All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class crw.awt.HighlightImage

java.lang.Object
   |
   +----crw.awt.HighlightImage

public class HighlightImage
extends Object
Class to take a rectangle of existing image, and create a smaller image


Constructor Index

 o HighlightImage(Image, Component)

Method Index

 o getHighlight(int, int, int, int, boolean, int)
Returns a highlighted image made from the source image.

Constructors

 o HighlightImage
 public HighlightImage(Image src,
                       Component comp)

Methods

 o getHighlight
 public Image getHighlight(int x,
                           int y,
                           int w,
                           int h,
                           boolean brighter,
                           int percent)
Returns a highlighted image made from the source image.


All Packages  Class Hierarchy  This Package  Previous  Next  Index