类 CaptchaIPO


  • public class CaptchaIPO
    extends java.lang.Object
    默认值:

    字符数量(默认值:4个字符) int charQuantity = 4;
    图片宽度(默认值:100) int width = 100;
    图片高度(默认值:36) int height = 36;
    干扰线数量(默认值:5) int interferingLineQuantity = 5;
    字体大小(默认值:30) int fontSize = 30;

    版本:
    创建时间:2018年7月23日
    作者:
    孙金川
    • 构造器概要

      构造器 
      构造器 说明
      CaptchaIPO()  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • CaptchaIPO

        public CaptchaIPO()