类 CaptchaProperties.Graphics

java.lang.Object
cn.herodotus.engine.captcha.core.properties.CaptchaProperties.Graphics
封闭类:
CaptchaProperties

public static class CaptchaProperties.Graphics extends Object
  • 构造器详细资料

    • Graphics

      public Graphics()
  • 方法详细资料

    • getLength

      public int getLength()
    • setLength

      public void setLength(int length)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int height)
    • getFont

      public CaptchaFont getFont()
    • setFont

      public void setFont(CaptchaFont captchaFont)
    • getLetter

      public CaptchaCharacter getLetter()
    • setLetter

      public void setLetter(CaptchaCharacter letter)
    • getComplexity

      public int getComplexity()
    • setComplexity

      public void setComplexity(int complexity)