public class DefaultNoise extends Configurable implements NoiseProducer
NoiseProducer, adds a noise on an
image.| Constructor and Description |
|---|
DefaultNoise() |
| Modifier and Type | Method and Description |
|---|---|
void |
makeNoise(BufferedImage image,
float factorOne,
float factorTwo,
float factorThree,
float factorFour)
Draws a noise on the image.
|
getConfig, setConfigpublic void makeNoise(BufferedImage image, float factorOne, float factorTwo, float factorThree, float factorFour)
makeNoise in interface NoiseProducerimage - the image to add the noise tofactorOne - factorTwo - factorThree - factorFour - Copyright © 2013. All rights reserved.