public class WaterFilter extends TransformFilter
BILINEAR, CLAMP, edgeAction, interpolation, NEAREST_NEIGHBOUR, originalSpace, RGB_CLAMP, transformedSpace, WRAP, ZERO| Constructor and Description |
|---|
WaterFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst) |
float |
getAmplitude()
Get the amplitude of the ripples.
|
java.awt.geom.Point2D |
getCentre()
Get the centre of the effect as a proportion of the image size.
|
float |
getCentreX()
Get the centre of the effect in the X direction as a proportion of the image size.
|
float |
getCentreY()
Get the centre of the effect in the Y direction as a proportion of the image size.
|
float |
getPhase()
Get the phase of the ripples.
|
float |
getRadius()
Get the radius of the effect.
|
float |
getWavelength()
Get the wavelength of the ripples.
|
void |
setAmplitude(float amplitude)
Set the amplitude of the ripples.
|
void |
setCentre(java.awt.geom.Point2D centre)
Set the centre of the effect as a proportion of the image size.
|
void |
setCentreX(float centreX)
Set the centre of the effect in the X direction as a proportion of the image size.
|
void |
setCentreY(float centreY)
Set the centre of the effect in the Y direction as a proportion of the image size.
|
void |
setPhase(float phase)
Set the phase of the ripples.
|
void |
setRadius(float radius)
Set the radius of the effect.
|
void |
setWavelength(float wavelength)
Set the wavelength of the ripples.
|
java.lang.String |
toString() |
protected void |
transformInverse(int x,
int y,
float[] out)
Inverse transform a point.
|
filterPixelsNN, getEdgeAction, getInterpolation, setEdgeAction, setInterpolation, transformSpaceclone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB, stringToColorpublic void setWavelength(float wavelength)
wavelength - the wavelengthgetWavelength()public float getWavelength()
setWavelength(float)public void setAmplitude(float amplitude)
amplitude - the amplitudegetAmplitude()public float getAmplitude()
setAmplitude(float)public void setPhase(float phase)
phase - the phasegetPhase()public float getPhase()
setPhase(float)public void setCentreX(float centreX)
centreX - the centergetCentreX()public float getCentreX()
setCentreX(float)public void setCentreY(float centreY)
centreY - the centergetCentreY()public float getCentreY()
setCentreY(float)public void setCentre(java.awt.geom.Point2D centre)
centre - the centergetCentre()public java.awt.geom.Point2D getCentre()
setCentre(java.awt.geom.Point2D)public void setRadius(float radius)
radius - the radius. Minimum value: 0getRadius()public float getRadius()
setRadius(float)public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
filter in interface java.awt.image.BufferedImageOpfilter in class TransformFilterprotected void transformInverse(int x,
int y,
float[] out)
TransformFiltertransformInverse in class TransformFilterx - the X position of the pixel in the output imagey - the Y position of the pixel in the output imageout - the position of the pixel in the input imagepublic java.lang.String toString()
toString in class java.lang.Object