com.octo.captcha.component.image.backgroundgenerator
Class UniColorBackgroundGenerator

java.lang.Object
  extended by com.octo.captcha.component.image.backgroundgenerator.AbstractBackgroundGenerator
      extended by com.octo.captcha.component.image.backgroundgenerator.UniColorBackgroundGenerator
All Implemented Interfaces:
BackgroundGenerator

public class UniColorBackgroundGenerator
extends AbstractBackgroundGenerator

Contructs uniform painted background, with default wolor White.


Constructor Summary
UniColorBackgroundGenerator(java.lang.Integer width, java.lang.Integer height)
           
UniColorBackgroundGenerator(java.lang.Integer width, java.lang.Integer height, java.awt.Color color)
           
UniColorBackgroundGenerator(java.lang.Integer width, java.lang.Integer height, ColorGenerator colorGenerator)
           
 
Method Summary
 java.awt.image.BufferedImage getBackground()
          Generates a backround image on wich text will be paste.
 
Methods inherited from class com.octo.captcha.component.image.backgroundgenerator.AbstractBackgroundGenerator
getImageHeight, getImageWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniColorBackgroundGenerator

public UniColorBackgroundGenerator(java.lang.Integer width,
                                   java.lang.Integer height)

UniColorBackgroundGenerator

public UniColorBackgroundGenerator(java.lang.Integer width,
                                   java.lang.Integer height,
                                   java.awt.Color color)

UniColorBackgroundGenerator

public UniColorBackgroundGenerator(java.lang.Integer width,
                                   java.lang.Integer height,
                                   ColorGenerator colorGenerator)
Method Detail

getBackground

public java.awt.image.BufferedImage getBackground()
Generates a backround image on wich text will be paste. Implementations must take into account the imageHeigt and imageWidth.

Returns:
the background image


Copyright 2003-2009 JCaptcha. All Rights Reserved.