All Packages Class Hierarchy This Package Previous Next Index
Class ca.bc.europa.awt.image.Transparent
java.lang.Object
|
+----java.awt.image.ImageFilter
|
+----java.awt.image.RGBImageFilter
|
+----ca.bc.europa.awt.image.Transparent
- public class Transparent
- extends RGBImageFilter
The Transparent class is an image filter that modifies
alpha channel (transparency) of an image.
- See Also:
- RGBImageFilter
-
Transparent(int)
- Make a transparant filter.
-
filterRGB(int, int, int)
-
Transparent
public Transparent(int pct)
- Make a transparant 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