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.
Sub classes must implement the getBackground() method that return a newly generated background.
use constructor to specify your backgroundGenerator properties.
EllipseBackgroundGenerator Black ellipses drawn on a white background
FileReaderRandomBackgroundGenerator File reader background generator that return a random image from the ones found in the directory
FunkyBackgroundGenerator

Three color gradient background with randomization

GradientBackgroundGenerator

Gradient background.

MultipleShapeBackgroundGenerator

Draw mutliple different shape with different colors.

UniColorBackgroundGenerator

Contructs uniform painted background, with default wolor White.

 

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

Implementations of AbstractBackgroundGenerator.



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