com.jhlabs.image
Class MirrorFilter
- BufferedImageOp, Cloneable
public class MirrorFilter
MirrorFilter
public MirrorFilter()
filter
public BufferedImage filter(BufferedImage src,
BufferedImage dst)
getAngle
public float getAngle()
Returns the angle of the mirror.
getCentreY
public float getCentreY()
getDistance
public float getDistance()
getGap
public float getGap()
getOpacity
public float getOpacity()
Get the opacity of the reflection.
getRotation
public float getRotation()
setAngle
public void setAngle(float angle)
Specifies the angle of the mirror.
angle
- the angle of the mirror.
setCentreY
public void setCentreY(float centreY)
setDistance
public void setDistance(float distance)
setGap
public void setGap(float gap)
setOpacity
public void setOpacity(float opacity)
Set the opacity of the reflection.
setRotation
public void setRotation(float rotation)
toString
public String toString()