Uses of Interface
com.google.code.kaptcha.NoiseProducer

Packages that use NoiseProducer
com.google.code.kaptcha.impl   
com.google.code.kaptcha.util   
 

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

Classes in com.google.code.kaptcha.impl that implement NoiseProducer
 class DefaultNoise
          The default implementation of NoiseProducer, adds a noise on an image.
 class NoNoise
          Imlemention of NoiseProducer that does nothing.
 

Uses of NoiseProducer in com.google.code.kaptcha.util
 

Methods in com.google.code.kaptcha.util that return NoiseProducer
 NoiseProducer Config.getNoiseImpl()
           
 



Copyright © 2013. All rights reserved.