Package com.jhlabs.image
Class FadeFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.PointFilter
com.jhlabs.image.FadeFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
-
Field Summary
Fields inherited from class com.jhlabs.image.PointFilter
canFilterIndexColorModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
filterRGB
(int x, int y, int rgb) float
getAngle()
float
float
boolean
int
getSides()
void
setAngle
(float angle) void
setDimensions
(int width, int height) void
setFadeStart
(float fadeStart) void
setFadeWidth
(float fadeWidth) void
setInvert
(boolean invert) void
setSides
(int sides) float
symmetry
(float x, float b) toString()
Methods inherited from class com.jhlabs.image.PointFilter
filter
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
Constructor Details
-
FadeFilter
public FadeFilter()
-
-
Method Details
-
setAngle
public void setAngle(float angle) -
getAngle
public float getAngle() -
setSides
public void setSides(int sides) -
getSides
public int getSides() -
setFadeStart
public void setFadeStart(float fadeStart) -
getFadeStart
public float getFadeStart() -
setFadeWidth
public void setFadeWidth(float fadeWidth) -
getFadeWidth
public float getFadeWidth() -
setInvert
public void setInvert(boolean invert) -
getInvert
public boolean getInvert() -
setDimensions
public void setDimensions(int width, int height) - Overrides:
setDimensions
in classPointFilter
-
filterRGB
public int filterRGB(int x, int y, int rgb) - Specified by:
filterRGB
in classPointFilter
-
symmetry
public float symmetry(float x, float b) -
toString
-