Uses of Class
com.octo.captcha.image.ImageCaptcha

Packages that use ImageCaptcha
com.octo.captcha.engine.image This is the base package for image captcha engines. 
com.octo.captcha.image Package for implementations of Image Captchas : Captcha with Image chalenges. 
com.octo.captcha.image.fisheye This package a struture for implementing fisheye captcha
A fisheye is ImageCaptcha with the question "Click on the center of the deformation of the image". 
com.octo.captcha.image.gimpy This package a struture for implementing gimpys
A gimpy is ImageCaptcha with the question "Spell the word". 
 

Uses of ImageCaptcha in com.octo.captcha.engine.image
 

Methods in com.octo.captcha.engine.image that return ImageCaptcha
 ImageCaptcha ImageCaptchaEngine.getNextImageCaptcha()
          This method use an object parameter to build a CaptchaFactory.
 ImageCaptcha ImageCaptchaEngine.getNextImageCaptcha(java.util.Locale locale)
          This return a new captcha.
 

Uses of ImageCaptcha in com.octo.captcha.image
 

Methods in com.octo.captcha.image that return ImageCaptcha
abstract  ImageCaptcha ImageCaptchaFactory.getImageCaptcha()
          ImageCaptcha.
abstract  ImageCaptcha ImageCaptchaFactory.getImageCaptcha(java.util.Locale locale)
          a ImageCaptcha.
 

Uses of ImageCaptcha in com.octo.captcha.image.fisheye
 

Subclasses of ImageCaptcha in com.octo.captcha.image.fisheye
 class FishEye
          FishEye is an ImageCaptcha Challenge type : image Response type : a point position, in pixels from the bottom left, can be : a String with two numbers separated with a comma or a java.awt.Point Description : An image of a distorded picture.
 

Methods in com.octo.captcha.image.fisheye that return ImageCaptcha
 ImageCaptcha FishEyeFactory.getImageCaptcha()
          gimpies are ImageCaptcha
 ImageCaptcha FishEyeFactory.getImageCaptcha(java.util.Locale locale)
          gimpies are ImageCaptcha
 

Uses of ImageCaptcha in com.octo.captcha.image.gimpy
 

Subclasses of ImageCaptcha in com.octo.captcha.image.gimpy
 class Gimpy
          A Gimpy is an ImageCaptcha.
 

Methods in com.octo.captcha.image.gimpy that return ImageCaptcha
 ImageCaptcha GimpyFactory.getImageCaptcha()
          gimpies are ImageCaptcha
 ImageCaptcha GimpyFactory.getImageCaptcha(java.util.Locale locale)
          gimpies are ImageCaptcha
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.