com.jhlabs.image
public class SwimFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, transformedSpace, WRAP, ZERO
Constructor and Description |
---|
SwimFilter() |
Modifier and Type | Method and Description |
---|---|
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() |
protected void |
transformInverse(int x,
int y,
float[] out) |
filter, filterPixelsNN, getEdgeAction, getInterpolation, setEdgeAction, setInterpolation, transformSpace
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public void setAmount(float amount)
public float getAmount()
public void setScale(float scale)
public float getScale()
public void setStretch(float stretch)
public float getStretch()
public void setAngle(float angle)
public float getAngle()
public void setTurbulence(float turbulence)
public float getTurbulence()
public void setTime(float time)
public float getTime()
protected void transformInverse(int x, int y, float[] out)
transformInverse
in class TransformFilter
public java.lang.String toString()
toString
in class java.lang.Object