Package com.jhlabs.image
Class GlintFilter
- java.lang.Object
-
- com.jhlabs.image.AbstractBufferedImageOp
-
- com.jhlabs.image.GlintFilter
-
- All Implemented Interfaces:
java.awt.image.BufferedImageOp,java.lang.Cloneable
public class GlintFilter extends AbstractBufferedImageOp
-
-
Constructor Summary
Constructors Constructor Description GlintFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagefilter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)floatgetAmount()floatgetBlur()ColormapgetColormap()booleangetGlintOnly()intgetLength()floatgetThreshold()voidsetAmount(float amount)voidsetBlur(float blur)voidsetColormap(Colormap colormap)voidsetGlintOnly(boolean glintOnly)voidsetLength(int length)voidsetThreshold(float threshold)java.lang.StringtoString()-
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
-
-
-
-
Method Detail
-
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
public void setColormap(Colormap colormap)
-
getColormap
public Colormap getColormap()
-
filter
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-