| com.nabhinc.util.jcaptcha.GimpyFactory
GimpyFactory | public class GimpyFactory extends com.octo.captcha.image.ImageCaptchaFactory (Code) | | Factories for Gimpies. Built on top of WordGenerator and WordToImage. It uses
thoses interfaces to build an ImageCaptha answered by a String and for which
the question is : Spell the word.
|
Constructor Summary | |
public | GimpyFactory(WordGenerator generator, WordToImage word2image) |
BUNDLE_QUESTION_KEY | final public static String BUNDLE_QUESTION_KEY(Code) | | |
GimpyFactory | public GimpyFactory(WordGenerator generator, WordToImage word2image)(Code) | | |
getImageCaptcha | public ImageCaptcha getImageCaptcha()(Code) | | gimpies are ImageCaptcha
the image captcha with default locale |
getImageCaptcha | public ImageCaptcha getImageCaptcha(Locale locale)(Code) | | gimpies are ImageCaptcha
a pixCaptcha with the question :"spell the word" |
getWordGenerator | public WordGenerator getWordGenerator()(Code) | | |
getWordToImage | public WordToImage getWordToImage()(Code) | | |
|
|