|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.octo.captcha.engine.image.ImageCaptchaEngine com.octo.captcha.engine.image.DefaultImageCaptchaEngine
public abstract class DefaultImageCaptchaEngine
This is a very simple gimpy, which is constructed from an array of Factory and randomly return one when the getCaptchaFactory is called
Field Summary |
---|
Fields inherited from class com.octo.captcha.engine.image.ImageCaptchaEngine |
---|
factories, myRandom |
Constructor Summary | |
---|---|
DefaultImageCaptchaEngine(ImageCaptchaFactory[] factories)
Default constructor : takes an array of ImageCaptchaFactories. |
Method Summary |
---|
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 DefaultImageCaptchaEngine(ImageCaptchaFactory[] factories)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |