j2d.annotation
Class AnnotationProcessor

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

public class AnnotationProcessor
extends java.lang.Object
implements ImageProcessorInterface

User: lyon Date: Jul 6, 2006 Time: 11:49:05 AM Copyright DocJava, Inc. 2005.


Constructor Summary
AnnotationProcessor()
           
AnnotationProcessor(boolean lookForTwoBlobs, java.awt.Rectangle left, java.awt.Rectangle right)
           
 
Method Summary
 java.awt.Point getLeftCentroid()
           
 java.awt.Point getRightCentroid()
           
 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

AnnotationProcessor

public AnnotationProcessor()

AnnotationProcessor

public AnnotationProcessor(boolean lookForTwoBlobs,
                           java.awt.Rectangle left,
                           java.awt.Rectangle right)
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

getLeftCentroid

public java.awt.Point getLeftCentroid()

getRightCentroid

public java.awt.Point getRightCentroid()