Uses of Interface
com.octo.captcha.component.image.backgroundgenerator.BackgroundGenerator

Packages that use 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". 
 

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

Classes in com.octo.captcha.component.image.backgroundgenerator that implement BackgroundGenerator
 class 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.
 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
 class FunkyBackgroundGenerator
          

Three color gradient background with randomization

 class GradientBackgroundGenerator
          

Gradient background.

 class MultipleShapeBackgroundGenerator
          

Draw mutliple different shape with different colors.

 class UniColorBackgroundGenerator
          

Contructs uniform painted background, with default wolor White.

 

Uses of BackgroundGenerator in com.octo.captcha.component.image.wordtoimage
 

Constructors in com.octo.captcha.component.image.wordtoimage with parameters of type BackgroundGenerator
ComposedWordToImage(boolean manageFontByCharacter, FontGenerator fontGenerator, BackgroundGenerator background, TextPaster textPaster)
           
ComposedWordToImage(FontGenerator fontGenerator, BackgroundGenerator background, TextPaster textPaster)
           
DeformedComposedWordToImage(boolean manageFontByCharacter, FontGenerator fontGenerator, BackgroundGenerator background, TextPaster textPaster, java.util.List<ImageDeformation> backgroundDeformations, java.util.List<ImageDeformation> textDeformations, java.util.List<ImageDeformation> finalDeformations)
           
DeformedComposedWordToImage(FontGenerator fontGenerator, BackgroundGenerator background, TextPaster textPaster, ImageDeformation backgroundDeformation, ImageDeformation textDeformation, ImageDeformation finalDeformation)
          Composed word to image that applys filters
DeformedComposedWordToImage(FontGenerator fontGenerator, BackgroundGenerator background, TextPaster textPaster, java.util.List<ImageDeformation> backgroundDeformations, java.util.List<ImageDeformation> textDeformations, java.util.List<ImageDeformation> finalDeformations)
          Composed word to image that applys filters
 

Uses of BackgroundGenerator in com.octo.captcha.image.fisheye
 

Constructors in com.octo.captcha.image.fisheye with parameters of type BackgroundGenerator
FishEyeFactory(BackgroundGenerator generator, ImageDeformation deformation, java.lang.Integer scale, java.lang.Integer tolerance)
          Construct a new fishEye factory
 



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