Uses of Interface
com.octo.captcha.CaptchaFactory

Packages that use CaptchaFactory
com.octo.captcha.engine This is the base package for captcha engine .
A CaptchaEngine provides methods to retrieve a new localized captcha sub package provides specialized engines, by type and by captcha scheme (ex : image/gimpy ) This package uses CaptchaFactories to build captcha. 
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.engine.sound This is the base package for sound captcha engines.
SoundCaptchaEngine is an abstract classe thet define methods to retrive typed captchas. ListCaptchaSoundEngine is an implementation using a java.util.List DefaulSoundCaptchaEngine is an implementation using a a static initializer and is deprecated This package uses SoundCaptchaFactories 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". 
com.octo.captcha.sound Package for implementations of Sound Captchas : Captcha with sound chalenges.
It defines two classes : SoundCaptcha : ok we got it! SoundCaptchaFactory : Base class for SoundCaptcha generation  
com.octo.captcha.sound.gimpy This package a struture for implementing gimpySound
A gimpySound is SoundCaptcha with the question "Spell the word spoken". 
com.octo.captcha.sound.speller This package a struture for implementing spellerSound
A gimpySound is SoundCaptcha with the question "Write the word spelled out". 
com.octo.captcha.sound.spellfind   
com.octo.captcha.text   
com.octo.captcha.text.math   
 

Uses of CaptchaFactory in com.octo.captcha.engine
 

Methods in com.octo.captcha.engine that return CaptchaFactory
 CaptchaFactory[] GenericCaptchaEngine.getFactories()
           
 CaptchaFactory[] MockCaptchaEngine.getFactories()
           
 CaptchaFactory[] CaptchaEngine.getFactories()
           
 

Methods in com.octo.captcha.engine with parameters of type CaptchaFactory
 void GenericCaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 void MockCaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 void CaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 

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

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

Methods in com.octo.captcha.engine.image that return CaptchaFactory
 CaptchaFactory[] ImageCaptchaEngine.getFactories()
           
 

Methods in com.octo.captcha.engine.image with parameters of type CaptchaFactory
protected  void ImageCaptchaEngine.checkNotNullOrEmpty(CaptchaFactory[] factories)
           
 void ImageCaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 

Uses of CaptchaFactory in com.octo.captcha.engine.sound
 

Methods in com.octo.captcha.engine.sound that return CaptchaFactory
 CaptchaFactory[] SoundCaptchaEngine.getFactories()
           
 

Methods in com.octo.captcha.engine.sound with parameters of type CaptchaFactory
protected  void SoundCaptchaEngine.checkNotNullOrEmpty(CaptchaFactory[] factories)
           
 void SoundCaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 

Uses of CaptchaFactory in com.octo.captcha.image
 

Classes in com.octo.captcha.image that implement CaptchaFactory
 class ImageCaptchaFactory
          Implements a ImageCaptcha Factory
 

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

Classes in com.octo.captcha.image.fisheye that implement CaptchaFactory
 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 CaptchaFactory in com.octo.captcha.image.gimpy
 

Classes in com.octo.captcha.image.gimpy that implement CaptchaFactory
 class GimpyFactory
          Factories for Gimpies.
 

Uses of CaptchaFactory in com.octo.captcha.sound
 

Classes in com.octo.captcha.sound that implement CaptchaFactory
 class SoundCaptchaFactory
          

Description:

 

Uses of CaptchaFactory in com.octo.captcha.sound.gimpy
 

Classes in com.octo.captcha.sound.gimpy that implement CaptchaFactory
 class GimpySoundFactory
           
 

Uses of CaptchaFactory in com.octo.captcha.sound.speller
 

Classes in com.octo.captcha.sound.speller that implement CaptchaFactory
 class SpellerSoundFactory
          Factory for SpellerSound
 

Uses of CaptchaFactory in com.octo.captcha.sound.spellfind
 

Classes in com.octo.captcha.sound.spellfind that implement CaptchaFactory
 class SpellFindCaptchaFactory
          
 

Uses of CaptchaFactory in com.octo.captcha.text
 

Classes in com.octo.captcha.text that implement CaptchaFactory
 class TextCaptchaFactory
          Implements a TextCaptcha Factory
 

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

Classes in com.octo.captcha.text.math that implement CaptchaFactory
 class MathCaptchaFactory
          The simpliest text captcha
Do not use this in production!!!
 



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