Package com.octo.captcha.engine.image

This is the base package for image captcha engines.
ImageCaptchaEngine is an abstract classe thet define methods to retrive typed captchas. ListCaptchaImageEngine is an implementation using a java.util.List DefaultImageCaptchaEngine is an implementation using a a static initializer and is deprecated This package uses ImageCaptchaFactories to build captcha.

See:
          Description

Class Summary
DefaultImageCaptchaEngine This is a very simple gimpy, which is constructed from an array of Factory and randomly return one when the getCaptchaFactory is called
ImageCaptchaEngine Description: abstract base class for ImageCaptcha engines
ListImageCaptchaEngine This engine is based on a java.util.List of factories.
 

Package com.octo.captcha.engine.image Description

This is the base package for image captcha engines.

This package uses ImageCaptchaFactories to build captcha.



Copyright © 2003-2012 JCaptcha corp.. All Rights Reserved.