All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ca.bc.europa.awt.image.Gray

java.lang.Object
   |
   +----java.awt.image.ImageFilter
           |
           +----java.awt.image.RGBImageFilter
                   |
                   +----ca.bc.europa.awt.image.Gray

public class Gray
extends RGBImageFilter

The Gray is an image filter that converts an image to gray scale.

See Also:
RGBImageFilter

Constructor Index

 o Gray()
Make a Gray filter.

Method Index

 o filterRGB(int, int, int)

Constructors

 o Gray
 public Gray()
Make a Gray 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