类 SimpleCaptchaService

java.lang.Object
spring.turbo.module.misc.captcha.verysimple.SimpleCaptchaService
所有已实现的接口:
CaptchaService

public class SimpleCaptchaService extends Object implements CaptchaService
简易实现,只适合极少数应用或非严肃的开发
从以下版本开始:
1.0.0
作者:
应卓
  • 构造器详细资料

    • SimpleCaptchaService

      public SimpleCaptchaService()
      默认构造方法
  • 方法详细资料

    • create

      public Captcha create()
      指定者:
      create 在接口中 CaptchaService
    • setLength

      public void setLength(int length)
    • setWidth

      public void setWidth(int width)
    • setHeight

      public void setHeight(int height)
    • setCharacters

      public void setCharacters(String characters)
    • setFont

      public void setFont(String font)