Uses of Interface
com.octo.captcha.CaptchaFactory

Packages that use CaptchaFactory
com.octo.captcha.engine   
com.octo.captcha.engine.bufferedengine   
com.octo.captcha.engine.image This is the base package for image captcha engines. 
com.octo.captcha.engine.sound This is the base package for sound 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". 
com.octo.captcha.sound Package for implementations of Sound Captchas : Captcha with sound chalenges. 
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[] CaptchaEngine.getFactories()
           
 CaptchaFactory[] GenericCaptchaEngine.getFactories()
           
 

Methods in com.octo.captcha.engine with parameters of type CaptchaFactory
 void CaptchaEngine.setFactories(CaptchaFactory[] factories)
           
 void GenericCaptchaEngine.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.bufferedengine
 

Methods in com.octo.captcha.engine.bufferedengine that return CaptchaFactory
 CaptchaFactory[] BufferedEngineContainer.getFactories()
           
 

Methods in com.octo.captcha.engine.bufferedengine with parameters of type CaptchaFactory
 void BufferedEngineContainer.setFactories(CaptchaFactory[] factories)
           
 

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: This class is for building a sound captcha.

 

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-2009 JCaptcha. All Rights Reserved.