j2d.rotator
Class UpsideDownMirrorProcessor

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

public class UpsideDownMirrorProcessor
extends java.lang.Object
implements ImageProcessorInterface

Created by IntelliJ IDEA. User: lyondo Date: Dec 5, 2005 Time: 3:45:10 PM To change this template use File | Settings | File Templates.


Constructor Summary
UpsideDownMirrorProcessor()
           
 
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

UpsideDownMirrorProcessor

public UpsideDownMirrorProcessor()
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