j2d.filters
Class ColorFilter

java.lang.Object
  extended by j2d.filters.ColorFilter
All Implemented Interfaces:
BufferedImageProcessor

public class ColorFilter
extends java.lang.Object
implements BufferedImageProcessor


Constructor Summary
ColorFilter()
           
 
Method Summary
 java.awt.image.BufferedImage process(java.awt.image.BufferedImage bi)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorFilter

public ColorFilter()
Method Detail

process

public java.awt.image.BufferedImage process(java.awt.image.BufferedImage bi)
Specified by:
process in interface BufferedImageProcessor