类 CaptchaProperties.Watermark

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

public static class CaptchaProperties.Watermark extends Object
右下角水印文字(我的水印)
  • 构造器详细资料

    • Watermark

      public Watermark()
  • 方法详细资料

    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getFontName

      public String getFontName()
    • setFontName

      public void setFontName(String fontName)
    • getFontSize

      public Integer getFontSize()
    • setFontSize

      public void setFontSize(Integer fontSize)
    • getFontStyle

      public FontStyle getFontStyle()
    • setFontStyle

      public void setFontStyle(FontStyle fontStyle)