Uses of Interface
com.octo.captcha.component.image.textpaster.glyphsvisitor.GlyphsVisitors

Packages that use GlyphsVisitors
com.octo.captcha.component.image.textpaster implementations of TextPaster 
com.octo.captcha.component.image.textpaster.glyphsvisitor   
 

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

Constructors in com.octo.captcha.component.image.textpaster with parameters of type GlyphsVisitors
GlyphsPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, ColorGenerator colorGenerator, java.lang.Boolean manageColorPerGlyph, GlyphsVisitors[] glyphVisitors)
           
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)
           
GlyphsPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, ColorGenerator colorGenerator, GlyphsVisitors[] glyphVisitors, GlyphsDecorator[] glyphsDecorators)
           
GlyphsPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, java.awt.Color textColor, GlyphsVisitors[] glyphVisitors)
           
GlyphsPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, GlyphsVisitors[] glyphVisitors)
           
 

Uses of GlyphsVisitors in com.octo.captcha.component.image.textpaster.glyphsvisitor
 

Classes in com.octo.captcha.component.image.textpaster.glyphsvisitor that implement GlyphsVisitors
 class HorizontalSpaceGlyphsVisitor
           
 class MoveAllGlyphsToOriginVisitor
           
 class OverlapGlyphsUsingShapeVisitor
           
 class OverlapGlyphsVisitor
           
 class RotateGlyphsRandomVisitor
           
 class ShearGlyphsRandomVisitor
           
 class TranslateAllToRandomPointVisitor
           
 class TranslateGlyphsVerticalRandomVisitor
           
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.