Uses of Class
com.google.code.kaptcha.util.Configurable

Packages that use Configurable
com.google.code.kaptcha.impl   
com.google.code.kaptcha.text.impl   
 

Uses of Configurable in com.google.code.kaptcha.impl
 

Subclasses of Configurable in com.google.code.kaptcha.impl
 class DefaultBackground
          Default implementation of BackgroundProducer, adds a gradient background to an image.
 class DefaultKaptcha
          Default Producer implementation which draws a captcha image using WordRenderer, GimpyEngine, BackgroundProducer.
 class DefaultNoise
          The default implementation of NoiseProducer, adds a noise on an image.
 class NoNoise
          Imlemention of NoiseProducer that does nothing.
 class ShadowGimpy
          ShadowGimpy adds shadow to the text on the image and two noises.
 class WaterRipple
          WaterRipple adds water ripple effect to an image.
 

Uses of Configurable in com.google.code.kaptcha.text.impl
 

Subclasses of Configurable in com.google.code.kaptcha.text.impl
 class DefaultTextCreator
          DefaultTextCreator creates random text from an array of characters with specified length.
 class DefaultWordRenderer
          The default implementation of WordRenderer, creates an image with a word rendered on it.
 



Copyright © 2013. All rights reserved.