j2d
Class RoiProcessor

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

public class RoiProcessor
extends java.lang.Object
implements ImageProcessorInterface


Constructor Summary
RoiProcessor(java.awt.Rectangle roi, ImageProcessorInterface ip)
           
 
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

RoiProcessor

public RoiProcessor(java.awt.Rectangle roi,
                    ImageProcessorInterface ip)
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