public class NoiseFilter extends PointFilter
| Modifier and Type | Field and Description |
|---|---|
static int |
GAUSSIAN
Gaussian distribution for the noise.
|
static int |
UNIFORM
Uniform distribution for the noise.
|
canFilterIndexColorModelfilterListener| Constructor and Description |
|---|
NoiseFilter() |
| Modifier and Type | Method and Description |
|---|---|
int |
filterRGB(int x,
int y,
int rgb) |
int |
getAmount()
Get the amount of noise.
|
float |
getDensity()
Get the density of the noise.
|
int |
getDistribution()
Get the distribution of the noise.
|
boolean |
getMonochrome()
Get whether to use monochrome noise.
|
void |
setAmount(int amount)
Set the amount of effect.
|
void |
setDensity(float density)
Set the density of the noise.
|
void |
setDistribution(int distribution)
Set the distribution of the noise.
|
void |
setMonochrome(boolean monochrome)
Set whether to use monochrome noise.
|
String |
toString() |
filter, setDimensionsclone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic static final int GAUSSIAN
public static final int UNIFORM
public void setAmount(int amount)
amount - the amountgetAmount()public int getAmount()
setAmount(int)public void setDistribution(int distribution)
distribution - the distributiongetDistribution()public int getDistribution()
setDistribution(int)public void setMonochrome(boolean monochrome)
monochrome - true for monochrome noisegetMonochrome()public boolean getMonochrome()
setMonochrome(boolean)public void setDensity(float density)
density - the densitygetDensity()public float getDensity()
setDensity(float)public int filterRGB(int x,
int y,
int rgb)
filterRGB in class PointFilterCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.