Uses of Interface
com.google.code.kaptcha.text.TextProducer

Packages that use TextProducer
com.google.code.kaptcha.text.impl   
com.google.code.kaptcha.util   
 

Uses of TextProducer in com.google.code.kaptcha.text.impl
 

Classes in com.google.code.kaptcha.text.impl that implement TextProducer
 class ChineseTextProducer
          TextProducer Implementation that will return Chinese characters..
 class DefaultTextCreator
          DefaultTextCreator creates random text from an array of characters with specified length.
 class FiveLetterFirstNameTextCreator
          FiveLetterFirstNameTextCreator creates random text of 5-letter first name.
 

Uses of TextProducer in com.google.code.kaptcha.util
 

Methods in com.google.code.kaptcha.util that return TextProducer
 TextProducer Config.getTextProducerImpl()
           
 



Copyright © 2013. All rights reserved.