Package com.jhlabs.image
Class MirrorFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.MirrorFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter
(BufferedImage src, BufferedImage dst) float
getAngle()
float
float
float
getGap()
float
float
void
setAngle
(float angle) void
setCentreY
(float centreY) void
setDistance
(float distance) void
setGap
(float gap) void
setOpacity
(float opacity) void
setRotation
(float rotation) toString()
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
Constructor Details
-
MirrorFilter
public MirrorFilter()
-
-
Method Details
-
setAngle
public void setAngle(float angle) -
getAngle
public float getAngle() -
setDistance
public void setDistance(float distance) -
getDistance
public float getDistance() -
setRotation
public void setRotation(float rotation) -
getRotation
public float getRotation() -
setGap
public void setGap(float gap) -
getGap
public float getGap() -
setOpacity
public void setOpacity(float opacity) -
getOpacity
public float getOpacity() -
setCentreY
public void setCentreY(float centreY) -
getCentreY
public float getCentreY() -
filter
-
toString
-