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