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

Packages that use SoundCaptcha
com.octo.captcha.engine.sound This is the base package for sound captcha engines. 
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   
 

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

Methods in com.octo.captcha.engine.sound that return SoundCaptcha
 SoundCaptcha SoundCaptchaEngine.getNextSoundCaptcha()
          This method build a SoundCaptchaFactory.
 SoundCaptcha SoundCaptchaEngine.getNextSoundCaptcha(java.util.Locale locale)
          This method build a SoundCaptchaFactory.
 

Uses of SoundCaptcha in com.octo.captcha.sound
 

Methods in com.octo.captcha.sound that return SoundCaptcha
abstract  SoundCaptcha SoundCaptchaFactory.getSoundCaptcha()
          this method builds a sound capctha.
abstract  SoundCaptcha SoundCaptchaFactory.getSoundCaptcha(java.util.Locale locale)
          this method builds a localized sound capctha.
 

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

Subclasses of SoundCaptcha in com.octo.captcha.sound.gimpy
 class GimpySound
          Description:
 

Methods in com.octo.captcha.sound.gimpy that return SoundCaptcha
 SoundCaptcha GimpySoundFactory.getSoundCaptcha()
           
 SoundCaptcha GimpySoundFactory.getSoundCaptcha(java.util.Locale locale)
           
 

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

Subclasses of SoundCaptcha in com.octo.captcha.sound.speller
 class SpellerSound
          SoundCaptcha with spelling
 

Methods in com.octo.captcha.sound.speller that return SoundCaptcha
 SoundCaptcha SpellerSoundFactory.getSoundCaptcha()
           
 SoundCaptcha SpellerSoundFactory.getSoundCaptcha(java.util.Locale locale)
           
 

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

Subclasses of SoundCaptcha in com.octo.captcha.sound.spellfind
 class SpellFindCaptcha
          
 

Methods in com.octo.captcha.sound.spellfind that return SoundCaptcha
 SoundCaptcha SpellFindCaptchaFactory.getSoundCaptcha()
           
 SoundCaptcha SpellFindCaptchaFactory.getSoundCaptcha(java.util.Locale locale)
           
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.