|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.octo.captcha.engine.image.ImageCaptchaEngine
com.octo.captcha.engine.image.ListImageCaptchaEngine
com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine
public class DefaultGimpyEngine
This is the default captcha engine. It provides a sample gimpy challenge that has no automated solution known. It is based on the Baffle SPARC Captcha.
Field Summary |
---|
Fields inherited from class com.octo.captcha.engine.image.ImageCaptchaEngine |
---|
factories, myRandom |
Constructor Summary | |
---|---|
DefaultGimpyEngine()
|
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.image.ListImageCaptchaEngine |
---|
addFactories, addFactory |
Methods inherited from class com.octo.captcha.engine.image.ImageCaptchaEngine |
---|
checkNotNullOrEmpty, getFactories, getImageCaptchaFactory, getNextCaptcha, getNextCaptcha, getNextImageCaptcha, getNextImageCaptcha, setFactories |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultGimpyEngine()
Method Detail |
---|
protected void buildInitialFactories()
buildInitialFactories
in class ListImageCaptchaEngine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |