Uses of Class
com.octo.captcha.component.image.backgroundgenerator.AbstractBackgroundGenerator

Packages that use AbstractBackgroundGenerator
com.octo.captcha.component.image.backgroundgenerator Implementations of AbstractBackgroundGenerator. 
 

Uses of AbstractBackgroundGenerator in com.octo.captcha.component.image.backgroundgenerator
 

Subclasses of AbstractBackgroundGenerator in com.octo.captcha.component.image.backgroundgenerator
 class EllipseBackgroundGenerator
          Black ellipses drawn on a white background
 class FileReaderRandomBackgroundGenerator
          File reader background generator that return a random image from the ones found in the directory You can place images in the classpath directory, in this case take care to use a unique directory name (not already contained in a jar file)
 class FunkyBackgroundGenerator
          

Three color gradient background with randomization

 class GradientBackgroundGenerator
          

Gradient background.

 class MultipleShapeBackgroundGenerator
          

Draw mutliple different shape with different colors. see attributes to construct it in a proper way.

 class UniColorBackgroundGenerator
          

Contructs uniform painted background, with default wolor White.

 



Copyright 2003-2009 JCaptcha. All Rights Reserved.