Uses of Interface
nl.captcha.backgrounds.BackgroundProducer

Packages that use BackgroundProducer
nl.captcha   
nl.captcha.backgrounds   
 

Uses of BackgroundProducer in nl.captcha
 

Methods in nl.captcha that return BackgroundProducer
 BackgroundProducer CaptchaBean.getBgProd()
           
 

Methods in nl.captcha with parameters of type BackgroundProducer
 Captcha.Builder Captcha.Builder.addBackground(BackgroundProducer bgProd)
          Add a background using the given BackgroundProducer.
 void CaptchaBean.setBgProd(BackgroundProducer bgProd)
           
 

Uses of BackgroundProducer in nl.captcha.backgrounds
 

Classes in nl.captcha.backgrounds that implement BackgroundProducer
 class FlatColorBackgroundProducer
           
 class GradiatedBackgroundProducer
          Creates a gradiated background with the given from and to Color values.
 class SquigglesBackgroundProducer
           
 class TransparentBackgroundProducer
          Generates a transparent background.
 



Copyright © 2010-2011 James Childers. All Rights Reserved.