public class DissolveFilter extends PointFilter
canFilterIndexColorModelfilterListener| Constructor and Description |
|---|
DissolveFilter() |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
int |
filterRGB(int x,
int y,
int rgb) |
float |
getDensity()
Get the density of the image.
|
float |
getSoftness()
Get the softness of the dissolve.
|
void |
setDensity(float density)
Set the density of the image in the range 0..1.
|
void |
setSoftness(float softness)
Set the softness of the dissolve in the range 0..1.
|
String |
toString() |
setDimensionsclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic void setDensity(float density)
density - the densitygetDensity()public float getDensity()
setDensity(float)public void setSoftness(float softness)
softness - the softnessgetSoftness()public float getSoftness()
setSoftness(float)public BufferedImage filter(BufferedImage src, BufferedImage dst)
filter in interface BufferedImageOpfilter in class PointFilterpublic int filterRGB(int x,
int y,
int rgb)
filterRGB in class PointFilterCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.