com.jhlabs.image
Class GlowFilter
- BufferedImageOp, Cloneable
A filter which adds Gaussian blur to an image, producing a glowing effect.
GlowFilter()- Construct a filter with a null kernel.
|
BufferedImage | filter(BufferedImage src, BufferedImage dst)
|
float | getAmount()- Get the amount of glow.
|
void | setAmount(float amount)- Set the amount of glow.
|
String | toString()
|
convolve, convolve, convolveH, convolveHV, convolveV, createCompatibleDestImage, filter, getBounds2D, getEdgeAction, getKernel, getPoint2D, getPremultiplyAlpha, getRenderingHints, getUseAlpha, setEdgeAction, setKernel, setPremultiplyAlpha, setUseAlpha, toString |
GlowFilter
public GlowFilter()
Construct a filter with a null kernel. This is only useful if you're going to change the kernel later on.
filter
public BufferedImage filter(BufferedImage src,
BufferedImage dst)- filter in interface GaussianFilter
getAmount
public float getAmount()
Get the amount of glow.
setAmount
public void setAmount(float amount)
Set the amount of glow.