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

Implementations of AbstractBackgroundGenerator.

See:
          Description

Interface Summary
BackgroundGenerator Used by ComposedWordToImage to build a background image
 

Class Summary
AbstractBackgroundGenerator Abstract base class for background generator.
EllipseBackgroundGenerator Black ellipses drawn on a white background
FileReaderRandomBackgroundGenerator File reader background generator that return a random image (JPEG ONLY) 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) TODO : add some gif, bmp,... reader facilities.
FunkyBackgroundGenerator

Three color gradient background with randomization

GradientBackgroundGenerator

Gradient background.

MultipleShapeBackgroundGenerator

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

UniColorBackgroundGenerator

Contructs uniform painted background, with default wolor White.

 

Package com.octo.captcha.component.image.backgroundgenerator Description

Implementations of AbstractBackgroundGenerator.



Copyright 2003-2009 JCaptcha. All Rights Reserved.