All Packages Class Hierarchy This Package Previous Next Index
![]()  | 
java.lang.Object
   |
   +----java.awt.image.ImageFilter
           |
           +----Acme.JPM.Filters.ImageFilterPlus
                   |
                   +----Acme.JPM.Filters.RGBBlockFilter
                           |
                           +----Acme.JPM.Filters.Invert
Switches black for white, and all the other colors too. This filter is very fast.
 Fetch the software.
 Fetch the entire Acme package.
public Invert(ImageProducer producer)
 public int[][] filterRGBBlock(int x,
                               int y,
                               int width,
                               int height,
                               int rgbPixels[][])
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs