com.jhlabs.image
public class GlintFilter extends AbstractBufferedImageOp
Constructor and Description |
---|
GlintFilter() |
Modifier and Type | Method and Description |
---|---|
java.awt.image.BufferedImage |
filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst) |
float |
getAmount() |
float |
getBlur() |
Colormap |
getColormap() |
boolean |
getGlintOnly() |
int |
getLength() |
float |
getThreshold() |
void |
setAmount(float amount) |
void |
setBlur(float blur) |
void |
setColormap(Colormap colormap) |
void |
setGlintOnly(boolean glintOnly) |
void |
setLength(int length) |
void |
setThreshold(float threshold) |
java.lang.String |
toString() |
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB
public void setThreshold(float threshold)
public float getThreshold()
public void setAmount(float amount)
public float getAmount()
public void setLength(int length)
public int getLength()
public void setBlur(float blur)
public float getBlur()
public void setGlintOnly(boolean glintOnly)
public boolean getGlintOnly()
public void setColormap(Colormap colormap)
public Colormap getColormap()
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)
public java.lang.String toString()
toString
in class java.lang.Object