Class sunsoft.jws.visual.rt.awt.CheckerboardFilter
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.awt.CheckerboardFilter
java.lang.Object
|
+----java.awt.image.ImageFilter
|
+----java.awt.image.RGBImageFilter
|
+----sunsoft.jws.visual.rt.awt.CheckerboardFilter
- class CheckerboardFilter
- extends RGBImageFilter
Checkerboard color filter.
Use for creating a greyed-out version of another image. Supply the
color for the checkerboard spaces. Every other pixel will still be
in the original color of the image.
This class is not public and can therefore cannot be used outside this package.
All Packages Class Hierarchy This Package Previous Next Index