| Package | Description |
|---|---|
| ml.miron.captcha.audio | |
| ml.miron.captcha.image | |
| ml.miron.captcha.image.producer |
| Modifier and Type | Method and Description |
|---|---|
AudioCaptcha.Builder |
AudioCaptcha.Builder.addAnswer(TextProducer ansProd)
Add answer to the captcha using the given
TextProducer. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTextProducer
Produces text of a given length from a given array of characters.
|
class |
NumbersAnswerProducer
TextProducer implementation that will return a series of numbers.
|
Copyright © 2015. All rights reserved.