Uses of Class
com.octo.captcha.sound.SoundCaptchaFactory

Packages that use SoundCaptchaFactory
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.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   
 

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

Methods in com.octo.captcha.engine.sound that return SoundCaptchaFactory
 SoundCaptchaFactory SoundCaptchaEngine.getSoundCaptchaFactory()
          This method build a SoundCaptchaFactory.
 

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

Constructors in com.octo.captcha.engine.sound with parameters of type SoundCaptchaFactory
DefaultSoundCaptchaEngine(SoundCaptchaFactory[] factories)
          Default constructor : takes an array of SoundCaptchaFactories.
 

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

Subclasses of SoundCaptchaFactory in com.octo.captcha.sound.gimpy
 class GimpySoundFactory
           
 

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

Subclasses of SoundCaptchaFactory in com.octo.captcha.sound.speller
 class SpellerSoundFactory
          Factory for SpellerSound
 

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

Subclasses of SoundCaptchaFactory in com.octo.captcha.sound.spellfind
 class SpellFindCaptchaFactory
          
 



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