程序包 com.wf.captcha
类 ChineseCaptcha
java.lang.Object
com.wf.captcha.base.Randoms
com.wf.captcha.base.Captcha
com.wf.captcha.base.ChineseCaptchaAbstract
com.wf.captcha.ChineseCaptcha
中文验证码
- 作者:
- zuihou
-
字段概要
从类继承的字段 com.wf.captcha.base.ChineseCaptchaAbstract
DELTA从类继承的字段 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, width从类继承的字段 com.wf.captcha.base.Randoms
ALPHA, charMaxIndex, charMinIndex, lowerMaxIndex, lowerMinIndex, numMaxIndex, RANDOM, upperMaxIndex, upperMinIndex -
构造器概要
构造器构造器说明ChineseCaptcha(int width, int height) ChineseCaptcha(int width, int height, int len) ChineseCaptcha(int width, int height, int len, Font font) -
方法概要
从类继承的方法 com.wf.captcha.base.ChineseCaptchaAbstract
alphaHan, alphas
-
构造器详细资料
-
ChineseCaptcha
public ChineseCaptcha() -
ChineseCaptcha
public ChineseCaptcha(int width, int height) -
ChineseCaptcha
public ChineseCaptcha(int width, int height, int len) -
ChineseCaptcha
-
-
方法详细资料