public class ChineseGifCaptcha extends AbstractChineseCaptcha
DELTAchars, 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 |
|---|
ChineseGifCaptcha() |
ChineseGifCaptcha(int width,
int height) |
ChineseGifCaptcha(int width,
int height,
int len) |
ChineseGifCaptcha(int width,
int height,
int len,
Font font) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
out(OutputStream os)
验证码输出,抽象方法,由子类实现
|
alphaHan, alphas, drawLinecheckAlpha, color, color, drawLine, drawOval, drawOval, getCharType, getFont, getHeight, getLen, getWidth, setCharType, setFont, setHeight, setLen, setWidth, text, textCharpublic ChineseGifCaptcha()
public ChineseGifCaptcha(int width,
int height)
public ChineseGifCaptcha(int width,
int height,
int len)
public ChineseGifCaptcha(int width,
int height,
int len,
Font font)
public boolean out(OutputStream os)
AbstractCaptchaout in class AbstractCaptchaos - 输出流Copyright © 2020. All rights reserved.