All Packages Class Hierarchy This Package Previous Next Index
Class ca.bc.europa.awt.image.Invert
java.lang.Object
|
+----java.awt.image.ImageFilter
|
+----java.awt.image.RGBImageFilter
|
+----ca.bc.europa.awt.image.Invert
- public class Invert
- extends RGBImageFilter
The Invert class is an image filter that converts
pixel colours to their inverse values.
- See Also:
- RGBImageFilter
-
Invert()
- Make an Invert filter.
-
filterRGB(int, int, int)
-
Invert
public Invert()
- Make an Invert 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