Uses of Interface
com.octo.captcha.component.image.textpaster.glyphsdecorator.GlyphsDecorator

Packages that use GlyphsDecorator
com.octo.captcha.component.image.textpaster implementations of TextPaster 
com.octo.captcha.component.image.textpaster.glyphsdecorator   
 

Uses of GlyphsDecorator in com.octo.captcha.component.image.textpaster
 

Constructors in com.octo.captcha.component.image.textpaster with parameters of type GlyphsDecorator
GlyphsPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, ColorGenerator colorGenerator, java.lang.Boolean manageColorPerGlyph, GlyphsVisitors[] glyphVisitors, GlyphsDecorator[] glyphsDecorators)
           
GlyphsPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, ColorGenerator colorGenerator, GlyphsVisitors[] glyphVisitors, GlyphsDecorator[] glyphsDecorators)
           
 

Uses of GlyphsDecorator in com.octo.captcha.component.image.textpaster.glyphsdecorator
 

Classes in com.octo.captcha.component.image.textpaster.glyphsdecorator that implement GlyphsDecorator
 class BaffleGlyphsDecorator
          

text decorator that paint holes on the string (erase some parts)

 class RandomLinesGlyphsDecorator
           
 



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