public class GifCaptcha extends AbstractCaptcha
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 |
|---|
GifCaptcha() |
GifCaptcha(int width,
int height) |
GifCaptcha(int width,
int height,
int len) |
GifCaptcha(int width,
int height,
int len,
Font font) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
out(OutputStream os)
验证码输出,抽象方法,由子类实现
|
public GifCaptcha()
public GifCaptcha(int width,
int height)
public GifCaptcha(int width,
int height,
int len)
public GifCaptcha(int width,
int height,
int len,
Font font)
public boolean out(OutputStream os)
AbstractCaptchaout in class AbstractCaptchaos - 输出流Copyright © 2020. All rights reserved.