public class SpecCaptcha extends BaseCaptcha
chars, charType, COLOR, font, height, len, TYPE_DEFAULT, TYPE_NUM_AND_UPPER, TYPE_ONLY_CHAR, TYPE_ONLY_LOWER, TYPE_ONLY_NUMBER, TYPE_ONLY_UPPER, widthALPHA, charMaxIndex, charMinIndex, lowerMaxIndex, lowerMinIndex, numMaxIndex, RANDOM, upperMaxIndex, upperMinIndex| Constructor and Description |
|---|
SpecCaptcha() |
SpecCaptcha(int width,
int height) |
SpecCaptcha(int width,
int height,
int len) |
SpecCaptcha(int width,
int height,
int len,
Font font) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
out(OutputStream out)
生成验证码
|
public SpecCaptcha()
public SpecCaptcha(int width,
int height)
public SpecCaptcha(int width,
int height,
int len)
public SpecCaptcha(int width,
int height,
int len,
Font font)
public boolean out(OutputStream out)
out in class BaseCaptchaout - 输出流Copyright © 2020. All rights reserved.