Package com.jhlabs.image
Class GlintFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.GlintFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter
(BufferedImage src, BufferedImage dst) float
float
getBlur()
boolean
int
float
void
setAmount
(float amount) void
setBlur
(float blur) void
setColormap
(Colormap colormap) void
setGlintOnly
(boolean glintOnly) void
setLength
(int length) void
setThreshold
(float threshold) toString()
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
Constructor Details
-
GlintFilter
public GlintFilter()
-
-
Method Details
-
setThreshold
public void setThreshold(float threshold) -
getThreshold
public float getThreshold() -
setAmount
public void setAmount(float amount) -
getAmount
public float getAmount() -
setLength
public void setLength(int length) -
getLength
public int getLength() -
setBlur
public void setBlur(float blur) -
getBlur
public float getBlur() -
setGlintOnly
public void setGlintOnly(boolean glintOnly) -
getGlintOnly
public boolean getGlintOnly() -
setColormap
-
getColormap
-
filter
-
toString
-