| Package | Description |
|---|---|
| ml.miron.captcha.image |
| Modifier and Type | Method and Description |
|---|---|
Captcha.Builder |
Captcha.Builder.addBackground()
Add a background using the default
TransparentBackground. |
Captcha.Builder |
Captcha.Builder.addBackground(Background background)
Add a background using the given
Background. |
Captcha.Builder |
Captcha.Builder.addBorder()
Draw a single-pixel wide black border around the image.
|
Captcha.Builder |
Captcha.Builder.addNoise()
Add noise using the default
CurvedLineNoiseProducer. |
Captcha.Builder |
Captcha.Builder.addNoise(NoiseProducer noise)
Add noise using the given
NoiseProducer. |
Captcha.Builder |
Captcha.Builder.addText()
Add answer to the captcha using the
DefaultTextProducer. |
Captcha.Builder |
Captcha.Builder.addText(TextProducer txtProd)
ADd answer to the captcha using the given
TextProducer. |
Captcha.Builder |
Captcha.Builder.addText(TextProducer txtProd,
WordRenderer wRenderer)
ADd answer to the captcha using the given
TextProducer, and render it to the image using the given
WordRenderer. |
Captcha.Builder |
Captcha.Builder.addText(WordRenderer wordRenderer)
Add answer to the captcha with specified instance of
WordRenderer. |
Captcha.Builder |
Captcha.Builder.gimp()
Gimp the image using the default
FishEyeRenderer. |
Captcha.Builder |
Captcha.Builder.gimp(Renderer renderer)
Gimp the image using the given
Renderer. |
Copyright © 2015. All rights reserved.