All Packages Class Hierarchy This Package Previous Next Index
Class ca.bc.europa.awt.image.Gray
java.lang.Object
|
+----java.awt.image.ImageFilter
|
+----java.awt.image.RGBImageFilter
|
+----ca.bc.europa.awt.image.Gray
- public class Gray
- extends RGBImageFilter
The Gray is an image filter that converts
an image to gray scale.
- See Also:
- RGBImageFilter
-
Gray()
- Make a Gray filter.
-
filterRGB(int, int, int)
-
Gray
public Gray()
- Make a Gray filter.
filterRGB
public int filterRGB(int x,
int y,
int rgb)
- Overrides:
- filterRGB in class RGBImageFilter
All Packages Class Hierarchy This Package Previous Next Index