Uses of Package
com.octo.captcha.component.image.backgroundgenerator

Packages that use com.octo.captcha.component.image.backgroundgenerator
com.octo.captcha.component.image.backgroundgenerator Implementations of AbstractBackgroundGenerator. 
com.octo.captcha.component.image.wordtoimage this package provides implementations of the WordToImage interface.
Main class is the AbstractWordToImage wich defines the strucure of the implementations provided.
ComposedWordToImage is the first concrete WordToImage. 
com.octo.captcha.image.fisheye This package a struture for implementing fisheye captcha
A fisheye is ImageCaptcha with the question "Click on the center of the deformation of the image". 
 

Classes in com.octo.captcha.component.image.backgroundgenerator used by com.octo.captcha.component.image.backgroundgenerator
AbstractBackgroundGenerator
          Abstract base class for background generator.
Sub classes must implement the getBackground() method that return a newly generated background.
use constructor to specify your backgroundGenerator properties.
BackgroundGenerator
          Used by ComposedWordToImage to build a background image
 

Classes in com.octo.captcha.component.image.backgroundgenerator used by com.octo.captcha.component.image.wordtoimage
BackgroundGenerator
          Used by ComposedWordToImage to build a background image
 

Classes in com.octo.captcha.component.image.backgroundgenerator used by com.octo.captcha.image.fisheye
BackgroundGenerator
          Used by ComposedWordToImage to build a background image
 



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