com.google.code.kaptcha.text.impl
Class DefaultTextCreator
java.lang.Object
com.google.code.kaptcha.util.Configurable
com.google.code.kaptcha.text.impl.DefaultTextCreator
- All Implemented Interfaces:
- TextProducer
public class DefaultTextCreator
- extends Configurable
- implements TextProducer
DefaultTextCreator creates random text from an array of characters
with specified length.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTextCreator
public DefaultTextCreator()
getText
public String getText()
- Specified by:
getText in interface TextProducer
- Returns:
- the random text
Copyright © 2013. All rights reserved.