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
-
HighlightImage(Image, Component)
-
-
getHighlight(int, int, int, int, boolean, int)
- Returns a highlighted image made from the source image.
HighlightImage
public HighlightImage(Image src,
Component comp)
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