Package com.wf.captcha.base
Class ChineseCaptchaAbstract
java.lang.Object
com.wf.captcha.base.Randoms
com.wf.captcha.base.Captcha
com.wf.captcha.base.ChineseCaptchaAbstract
- Direct Known Subclasses:
ChineseCaptcha,ChineseGifCaptcha
中文验证码抽象类
- Author:
- Created by 王帆 on 2018-07-27 上午 10:08.
-
Field Summary
FieldsFields inherited from class com.wf.captcha.base.Captcha
chars, charType, COLOR, FONT_1, FONT_10, FONT_2, FONT_3, FONT_4, FONT_5, FONT_6, FONT_7, FONT_8, FONT_9, height, len, TYPE_DEFAULT, TYPE_NUM_AND_UPPER, TYPE_ONLY_CHAR, TYPE_ONLY_LOWER, TYPE_ONLY_NUMBER, TYPE_ONLY_UPPER, widthFields inherited from class com.wf.captcha.base.Randoms
ALPHA, CHAR_MAX_INDEX, CHAR_MIN_INDEX, LOWER_MAX_INDEX, LOWER_MIN_INDEX, NUM_MAX_INDEX, RANDOM, UPPER_MAX_INDEX, UPPER_MIN_INDEX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.wf.captcha.base.Captcha
checkAlpha, color, color, drawBesselLine, drawBesselLine, drawLine, drawLine, drawOval, drawOval, getCharType, getContentType, getFont, getHeight, getLen, getWidth, out, setCharType, setFont, setFont, setFont, setFont, setHeight, setLen, setWidth, text, textChar, toBase64, toBase64
-
Field Details
-
DELTA
- See Also:
-
-
Constructor Details
-
ChineseCaptchaAbstract
public ChineseCaptchaAbstract()
-
-
Method Details