com.octo.captcha.engine.image.gimpy
Class DefaultGimpyEngine

java.lang.Object
  extended by com.octo.captcha.engine.image.ImageCaptchaEngine
      extended by com.octo.captcha.engine.image.ListImageCaptchaEngine
          extended by com.octo.captcha.engine.image.gimpy.GmailEngine
              extended by com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine
All Implemented Interfaces:
CaptchaEngine

public class DefaultGimpyEngine
extends GmailEngine

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
 
Methods inherited from class com.octo.captcha.engine.image.gimpy.GmailEngine
buildInitialFactories
 
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

DefaultGimpyEngine

public DefaultGimpyEngine()


Copyright 2003-2009 JCaptcha. All Rights Reserved.