|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoiseProducer | |
---|---|
nl.captcha | |
nl.captcha.noise |
Uses of NoiseProducer in nl.captcha |
---|
Methods in nl.captcha that return NoiseProducer | |
---|---|
NoiseProducer |
CaptchaBean.getNoiseProd()
|
Methods in nl.captcha with parameters of type NoiseProducer | |
---|---|
Captcha.Builder |
Captcha.Builder.addNoise(NoiseProducer nProd)
Add noise using the given NoiseProducer. |
void |
CaptchaBean.setNoiseProd(NoiseProducer noiseProd)
|
Uses of NoiseProducer in nl.captcha.noise |
---|
Classes in nl.captcha.noise that implement NoiseProducer | |
---|---|
class |
CurvedLineNoiseProducer
Adds a randomly curved line to the image. |
class |
StraightLineNoiseProducer
Draws a 4-pixel thick straight red line through the given image. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |