j2d.color
Class GrayProcessor

java.lang.Object
  extended by j2d.color.GrayProcessor
All Implemented Interfaces:
ImageProcessorInterface, java.io.Serializable

public class GrayProcessor
extends java.lang.Object
implements ImageProcessorInterface

User: Douglas Lyon Date: Jun 20, 2008 Time: 8:07:16 AM Copyright DocJava, Inc., 2007

See Also:
Serialized Form

Constructor Summary
GrayProcessor()
           
 
Method Summary
 java.awt.Image process(java.awt.Image image)
          a basic garbage in, garbage out processor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrayProcessor

public GrayProcessor()
Method Detail

process

public java.awt.Image process(java.awt.Image image)
Description copied from interface: ImageProcessorInterface
a basic garbage in, garbage out processor.

Specified by:
process in interface ImageProcessorInterface
Parameters:
image - input image
Returns:
output image