Uses of Class
com.octo.captcha.text.TextCaptcha

Packages that use TextCaptcha
com.octo.captcha.text   
com.octo.captcha.text.math   
 

Uses of TextCaptcha in com.octo.captcha.text
 

Methods in com.octo.captcha.text that return TextCaptcha
abstract  TextCaptcha TextCaptchaFactory.getTextCaptcha()
          TextCaptcha.
abstract  TextCaptcha TextCaptchaFactory.getTextCaptcha(java.util.Locale locale)
          a TextCaptcha.
 

Uses of TextCaptcha in com.octo.captcha.text.math
 

Subclasses of TextCaptcha in com.octo.captcha.text.math
 class MathCaptcha
          Simple math captcha
 

Methods in com.octo.captcha.text.math that return TextCaptcha
 TextCaptcha MathCaptchaFactory.getTextCaptcha()
          TextCaptcha.
 TextCaptcha MathCaptchaFactory.getTextCaptcha(java.util.Locale locale)
          a TextCaptcha.
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.