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