Package com.xxl.tool.captcha
Class CaptchaTool.DefaultTextCreator
java.lang.Object
com.xxl.tool.captcha.CaptchaTool.DefaultTextCreator
- All Implemented Interfaces:
CaptchaTool.TextCreator
- Enclosing class:
- CaptchaTool
public static class CaptchaTool.DefaultTextCreator
extends Object
implements CaptchaTool.TextCreator
default text creator
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTextCreator(int length) DefaultTextCreator(int length, String str) DefaultTextCreator(String str) -
Method Summary
-
Constructor Details
-
DefaultTextCreator
public DefaultTextCreator() -
DefaultTextCreator
public DefaultTextCreator(int length) -
DefaultTextCreator
-
DefaultTextCreator
-
-
Method Details
-
create
- Specified by:
createin interfaceCaptchaTool.TextCreator
-
create
create text with length
-