public class DoGFilter extends AbstractBufferedImageOp
filterListener
Constructor and Description |
---|
DoGFilter() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
boolean |
getInvert() |
boolean |
getNormalize() |
float |
getRadius1()
Get the radius of the kernel.
|
float |
getRadius2()
Get the radius of the kernel.
|
void |
setInvert(boolean invert) |
void |
setNormalize(boolean normalize) |
void |
setRadius1(float radius1)
Set the radius of the kernel, and hence the amount of blur.
|
void |
setRadius2(float radius2)
Set the radius of the kernel, and hence the amount of blur.
|
String |
toString() |
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGB
public void setRadius1(float radius1)
radius
- the radius of the blur in pixels.#getRadius
public float getRadius1()
#setRadius
public void setRadius2(float radius2)
radius
- the radius of the blur in pixels.#getRadius
public float getRadius2()
#setRadius
public void setNormalize(boolean normalize)
public boolean getNormalize()
public void setInvert(boolean invert)
public boolean getInvert()
public BufferedImage filter(BufferedImage src, BufferedImage dst)
filter
in interface BufferedImageOp
filter
in class AbstractBufferedImageOp
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.