Uses of Class
org.miaixz.bus.extra.captcha.provider.LineProvider
Packages that use LineProvider
-
Uses of LineProvider in org.miaixz.bus.extra.captcha
Methods in org.miaixz.bus.extra.captcha that return LineProviderModifier and TypeMethodDescriptionstatic LineProviderCaptchaBuilder.ofLineCaptcha(int width, int height) 创建线干扰的验证码,默认5位验证码,150条干扰线static LineProviderCaptchaBuilder.ofLineCaptcha(int width, int height, int codeCount, int lineCount) 创建线干扰的验证码static LineProviderCaptchaBuilder.ofLineCaptcha(int width, int height, int codeCount, int lineCount, float sizeBaseHeight) 创建线干扰的验证码