com.octo.captcha.engine.sound.speller
Class SpellerSoundCaptchaEngine

java.lang.Object
  extended by com.octo.captcha.engine.sound.SoundCaptchaEngine
      extended by com.octo.captcha.engine.sound.ListSoundCaptchaEngine
          extended by com.octo.captcha.engine.sound.speller.SpellerSoundCaptchaEngine
All Implemented Interfaces:
CaptchaEngine

public class SpellerSoundCaptchaEngine
extends ListSoundCaptchaEngine

Engine to generate a SpellerSound captcha. This captcha provide a sound that is the spelling of a word


Field Summary
 
Fields inherited from class com.octo.captcha.engine.sound.SoundCaptchaEngine
factories, myRandom
 
Constructor Summary
SpellerSoundCaptchaEngine()
           
 
Method Summary
protected  void buildInitialFactories()
          this method should be implemented as folow : First construct all the factories you want to initialize the gimpy with then call the this.addFactoriy method for each factory
 
Methods inherited from class com.octo.captcha.engine.sound.ListSoundCaptchaEngine
addFactories, addFactory
 
Methods inherited from class com.octo.captcha.engine.sound.SoundCaptchaEngine
checkNotNullOrEmpty, getFactories, getNextCaptcha, getNextCaptcha, getNextSoundCaptcha, getNextSoundCaptcha, getSoundCaptchaFactory, setFactories
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellerSoundCaptchaEngine

public SpellerSoundCaptchaEngine()
Method Detail

buildInitialFactories

protected void buildInitialFactories()
Description copied from class: ListSoundCaptchaEngine
this method should be implemented as folow :

Specified by:
buildInitialFactories in class ListSoundCaptchaEngine
See Also:
ListSoundCaptchaEngine.buildInitialFactories()


Copyright 2003-2009 JCaptcha. All Rights Reserved.