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

Packages that use ImageCaptchaFactory
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.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 ImageCaptchaFactory in com.octo.captcha.engine.image
 

Methods in com.octo.captcha.engine.image that return ImageCaptchaFactory
 ImageCaptchaFactory ImageCaptchaEngine.getImageCaptchaFactory()
          This method build a ImageCaptchaFactory.
 

Methods in com.octo.captcha.engine.image with parameters of type ImageCaptchaFactory
 void ListImageCaptchaEngine.addFactories(ImageCaptchaFactory[] factories)
          Add an array of factories to the gimpy list
 boolean ListImageCaptchaEngine.addFactory(ImageCaptchaFactory factory)
          Add a factory to the gimpy list
 

Constructors in com.octo.captcha.engine.image with parameters of type ImageCaptchaFactory
DefaultImageCaptchaEngine(ImageCaptchaFactory[] factories)
          Default constructor : takes an array of ImageCaptchaFactories.
 

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

Subclasses of ImageCaptchaFactory in com.octo.captcha.image.fisheye
 class FishEyeFactory
          This factory use a Backgroud generator to retrieve a picture, Selects a random square center for the deformation, and apply it.
 

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

Subclasses of ImageCaptchaFactory in com.octo.captcha.image.gimpy
 class GimpyFactory
          Factories for Gimpies.
 



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