Uses of Package
com.octo.captcha.image

Packages that use com.octo.captcha.image
com.octo.captcha.engine.image This is the base package for image captcha engines.
ImageCaptchaEngine is an abstract classe thet define methods to retrive typed captchas. ListCaptchaImageEngine is an implementation using a java.util.List DefaultImageCaptchaEngine is an implementation using a a static initializer and is deprecated This package uses ImageCaptchaFactories to build captcha. 
com.octo.captcha.image Package for implementations of Image Captchas : Captcha with Image chalenges.
It defines two classes : ImageCaptcha : ok we got it! ImageCaptchaFactory : Base class for ImageCaptcha generation  
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". 
 

Classes in com.octo.captcha.image used by com.octo.captcha.engine.image
ImageCaptcha
          String question about a BufferedImage challenge.
ImageCaptchaFactory
          Implements a ImageCaptcha Factory
 

Classes in com.octo.captcha.image used by com.octo.captcha.image
ImageCaptcha
          String question about a BufferedImage challenge.
 

Classes in com.octo.captcha.image used by com.octo.captcha.image.fisheye
ImageCaptcha
          String question about a BufferedImage challenge.
ImageCaptchaFactory
          Implements a ImageCaptcha Factory
 

Classes in com.octo.captcha.image used by com.octo.captcha.image.gimpy
ImageCaptcha
          String question about a BufferedImage challenge.
ImageCaptchaFactory
          Implements a ImageCaptcha Factory
 



Copyright © 2003-2012 JCaptcha corp.. All Rights Reserved.