类 CaptchaProperties.WordClick

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

public static class CaptchaProperties.WordClick extends Object
文字点选验证码
  • 构造器详细资料

    • WordClick

      public WordClick()
  • 方法详细资料

    • getImageResource

      public String getImageResource()
    • setImageResource

      public void setImageResource(String imageResource)
    • getWordCount

      public Integer getWordCount()
    • setWordCount

      public void setWordCount(Integer wordCount)
    • getFontSize

      public Integer getFontSize()
    • setFontSize

      public void setFontSize(Integer fontSize)
    • isRandomColor

      public boolean isRandomColor()
    • setRandomColor

      public void setRandomColor(boolean randomColor)
    • getFontName

      public String getFontName()
    • setFontName

      public void setFontName(String fontName)
    • getFontStyle

      public FontStyle getFontStyle()
    • setFontStyle

      public void setFontStyle(FontStyle fontStyle)