类 AbstractGoogleCaptchaService
java.lang.Object
spring.turbo.module.misc.captcha.google.AbstractGoogleCaptchaService
- 所有已实现的接口:
CaptchaService
- 直接已知子类:
GoogleCaptchaService
- 从以下版本开始:
- 1.0.0
- 作者:
- 应卓
-
字段概要
字段修饰符和类型字段说明protected BackgroundFactoryprotected ColorFactoryprotected FilterFactoryprotected FontFactoryprotected intprotected TextRendererprotected intprotected WordFactory -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明create()intintgetWidth()voidsetBackgroundFactory(BackgroundFactory backgroundFactory) voidsetColorFactory(ColorFactory colorFactory) voidsetFilterFactory(FilterFactory filterFactory) voidsetFontFactory(FontFactory fontFactory) voidsetHeight(int height) voidsetTextRenderer(TextRenderer textRenderer) voidsetWidth(int width) voidsetWordFactory(WordFactory wordFactory)
-
字段详细资料
-
fontFactory
-
wordFactory
-
colorFactory
-
backgroundFactory
-
textRenderer
-
filterFactory
-
width
protected int width -
height
protected int height
-
-
构造器详细资料
-
AbstractGoogleCaptchaService
public AbstractGoogleCaptchaService()
-
-
方法详细资料
-
getFontFactory
-
setFontFactory
-
getWordFactory
-
setWordFactory
-
getColorFactory
-
setColorFactory
-
getBackgroundFactory
-
setBackgroundFactory
-
getTextRenderer
-
setTextRenderer
-
getFilterFactory
-
setFilterFactory
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
create
- 指定者:
create在接口中CaptchaService
-