com.jhlabs.image
Class SwimFilter

java.lang.Object
  extended by com.jhlabs.image.AbstractBufferedImageOp
      extended by com.jhlabs.image.TransformFilter
          extended by com.jhlabs.image.SwimFilter
All Implemented Interfaces:
ImageProcessorInterface, java.awt.image.BufferedImageOp, java.lang.Cloneable

public class SwimFilter
extends TransformFilter


Field Summary
 
Fields inherited from class com.jhlabs.image.TransformFilter
BILINEAR, CLAMP, NEAREST_NEIGHBOUR, WRAP, ZERO
 
Constructor Summary
SwimFilter()
           
 
Method Summary
 float getAmount()
           
 float getAngle()
           
 float getScale()
           
 float getStretch()
           
 float getTime()
           
 float getTurbulence()
           
 void setAmount(float amount)
           
 void setAngle(float angle)
           
 void setScale(float scale)
           
 void setStretch(float stretch)
           
 void setTime(float time)
           
 void setTurbulence(float turbulence)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jhlabs.image.TransformFilter
filter, getBilinear, getEdgeAction, getInterpolation, getNearestNeighbour, getOriginalSpace, getTransformedSpace, setEdgeAction, setInterpolation, setOriginalSpace, setTransformedSpace
 
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, process, setRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwimFilter

public SwimFilter()
Method Detail

setAmount

public void setAmount(float amount)

getAmount

public float getAmount()

setScale

public void setScale(float scale)

getScale

public float getScale()

setStretch

public void setStretch(float stretch)

getStretch

public float getStretch()

setAngle

public void setAngle(float angle)

getAngle

public float getAngle()

setTurbulence

public void setTurbulence(float turbulence)

getTurbulence

public float getTurbulence()

setTime

public void setTime(float time)

getTime

public float getTime()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object