| 程序包 | 说明 |
|---|---|
| cn.apiclub.captcha | |
| cn.apiclub.captcha.audio | |
| cn.apiclub.captcha.text.producer |
| 限定符和类型 | 方法和说明 |
|---|---|
TextProducer |
CaptchaBean.getTxtProd() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
AudioCaptcha.Builder |
AudioCaptcha.Builder.addAnswer(TextProducer ansProd) |
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
Copyright © 2015. All rights reserved.