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

Constructor Index

 o Invert()
Make an Invert filter.

Method Index

 o filterRGB(int, int, int)

Constructors

 o Invert
 public Invert()
Make an Invert filter.

Methods

 o filterRGB
 public int filterRGB(int x,
                      int y,
                      int rgb)
Overrides:
filterRGB in class RGBImageFilter

All Packages  Class Hierarchy  This Package  Previous  Next  Index