|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WordGenerator | |
---|---|
com.octo.captcha.component.word.wordgenerator | This package provides implementations of the WordGenerator interface. |
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.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 WordGenerator in com.octo.captcha.component.word.wordgenerator |
---|
Classes in com.octo.captcha.component.word.wordgenerator that implement WordGenerator | |
---|---|
class |
ComposeDictionaryWordGenerator
This Word Generator use a Dictionnary to compose new Words from existing words. |
class |
ConstantWordGenerator
|
class |
DictionaryWordGenerator
WordGenerator based on a dictionary. |
class |
DummyWordGenerator
Description: dummy word generator contructed with a String returning the same string, with right length |
class |
RandomWordGenerator
Random word generator. |
Uses of WordGenerator in com.octo.captcha.image.gimpy |
---|
Methods in com.octo.captcha.image.gimpy that return WordGenerator | |
---|---|
WordGenerator |
GimpyFactory.getWordGenerator()
|
Constructors in com.octo.captcha.image.gimpy with parameters of type WordGenerator | |
---|---|
GimpyFactory(WordGenerator generator,
WordToImage word2image)
|
|
GimpyFactory(WordGenerator generator,
WordToImage word2image,
boolean caseSensitive)
|
Uses of WordGenerator in com.octo.captcha.sound.gimpy |
---|
Methods in com.octo.captcha.sound.gimpy that return WordGenerator | |
---|---|
WordGenerator |
GimpySoundFactory.getWordGenerator()
|
Constructors in com.octo.captcha.sound.gimpy with parameters of type WordGenerator | |
---|---|
GimpySoundFactory(WordGenerator thewordGenerator,
WordToSound theword2Sound)
Construct a GimpySoundFactory from a word generator component and a wordtosound component |
Uses of WordGenerator in com.octo.captcha.sound.speller |
---|
Methods in com.octo.captcha.sound.speller that return WordGenerator | |
---|---|
WordGenerator |
SpellerSoundFactory.getWordGenerator()
|
Constructors in com.octo.captcha.sound.speller with parameters of type WordGenerator | |
---|---|
SpellerSoundFactory(WordGenerator wordGenerator,
WordToSound word2Sound,
SpellerWordDecorator wordDecorator)
Construct a GimpySoundFactory from a word generator component and a wordtosound component |
Uses of WordGenerator in com.octo.captcha.sound.spellfind |
---|
Methods in com.octo.captcha.sound.spellfind that return WordGenerator | |
---|---|
WordGenerator |
SpellFindCaptchaFactory.getWordGenerator()
|
Constructors in com.octo.captcha.sound.spellfind with parameters of type WordGenerator | |
---|---|
SpellFindCaptchaFactory(WordGenerator wordGenerator,
WordToSound word2Sound)
Construct a GimpySoundFactory from a word generator component and a wordtosound component |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |