lib.transformations
Class AffineFlopTransfrom

java.lang.Object
  extended by lib.transformations.ImageTransform
      extended by lib.transformations.AffineFlopTransfrom
All Implemented Interfaces:
java.io.Serializable, Transformer<java.awt.image.BufferedImage>

public class AffineFlopTransfrom
extends ImageTransform

See Also:
Serialized Form

Constructor Summary
AffineFlopTransfrom()
           
AffineFlopTransfrom(int interpolationType)
           
 
Method Summary
 java.awt.image.BufferedImage transform(java.awt.image.BufferedImage inputimage)
           
 
Methods inherited from class lib.transformations.ImageTransform
affineTransform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AffineFlopTransfrom

public AffineFlopTransfrom(int interpolationType)

AffineFlopTransfrom

public AffineFlopTransfrom()
Method Detail

transform

public java.awt.image.BufferedImage transform(java.awt.image.BufferedImage inputimage)