| 程序包 | 说明 |
|---|---|
| com.ramostear.captcha | |
| com.ramostear.captcha.core | |
| com.ramostear.captcha.support |
| 限定符和类型 | 字段和说明 |
|---|---|
protected CaptchaType |
AbstractCaptcha.type |
| 限定符和类型 | 方法和说明 |
|---|---|
CaptchaType |
AbstractCaptcha.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractCaptcha.setType(CaptchaType type) |
HappyCaptcha.Builder |
HappyCaptcha.Builder.type(CaptchaType type) |
| 构造器和说明 |
|---|
AnimCaptcha(int width,
int height,
CaptchaType type) |
AnimCaptcha(int width,
int height,
CaptchaType type,
java.awt.Font font) |
AnimCaptcha(int width,
int height,
CaptchaType type,
java.awt.Font font,
int length) |
AnimCaptcha(int width,
int height,
CaptchaType type,
int length) |
Captcha(int width,
int height,
CaptchaType type) |
Captcha(int width,
int height,
CaptchaType type,
java.awt.Font font) |
Captcha(int width,
int height,
CaptchaType type,
java.awt.Font font,
int length) |
Captcha(int width,
int height,
CaptchaType type,
int length) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CaptchaType |
CaptchaType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CaptchaType[] |
CaptchaType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2020. All Rights Reserved.