j2d.hpp
Class HppFilterImageProcessor

java.lang.Object
  extended by j2d.hpp.HppFilterImageProcessor
All Implemented Interfaces:
ImageProcessorInterface

public class HppFilterImageProcessor
extends java.lang.Object
implements ImageProcessorInterface


Constructor Summary
HppFilterImageProcessor(HppFilterInterface _f)
           
 
Method Summary
static java.awt.Image getImage(java.awt.Image img, HppFilterInterface f)
           
 java.awt.image.BufferedImage process(java.awt.image.BufferedImage image)
           
 java.awt.Image process(java.awt.Image img)
          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

HppFilterImageProcessor

public HppFilterImageProcessor(HppFilterInterface _f)
Method Detail

getImage

public static java.awt.Image getImage(java.awt.Image img,
                                      HppFilterInterface f)

process

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

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

process

public java.awt.image.BufferedImage process(java.awt.image.BufferedImage image)