|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextProducer | |
---|---|
nl.captcha | |
nl.captcha.audio | |
nl.captcha.text.producer |
Uses of TextProducer in nl.captcha |
---|
Methods in nl.captcha that return TextProducer | |
---|---|
TextProducer |
CaptchaBean.getTxtProd()
|
Methods in nl.captcha with parameters of type TextProducer | |
---|---|
Captcha.Builder |
Captcha.Builder.addText(TextProducer txtProd)
Generate the answer to the CAPTCHA using the given TextProducer . |
Captcha.Builder |
Captcha.Builder.addText(TextProducer txtProd,
WordRenderer wRenderer)
Generate the answer to the CAPTCHA using the given TextProducer , and render it to the image using the given
WordRenderer . |
void |
CaptchaBean.setTxtProd(TextProducer txtProd)
|
Uses of TextProducer in nl.captcha.audio |
---|
Methods in nl.captcha.audio with parameters of type TextProducer | |
---|---|
AudioCaptcha.Builder |
AudioCaptcha.Builder.addAnswer(TextProducer ansProd)
|
Uses of TextProducer in nl.captcha.text.producer |
---|
Classes in nl.captcha.text.producer that implement TextProducer | |
---|---|
class |
ArabicTextProducer
|
class |
ChineseTextProducer
TextProducer implementation that will return Chinese characters. |
class |
DefaultTextProducer
Produces text of a given length from a given array of characters. |
class |
FiveLetterFirstNameTextProducer
|
class |
NumbersAnswerProducer
TextProducer implementation that will return a series of numbers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |