Uses of Interface
com.octo.captcha.component.image.textpaster.textdecorator.TextDecorator

Packages that use TextDecorator
com.octo.captcha.component.image.textpaster implementations of TextPaster 
com.octo.captcha.component.image.textpaster.textdecorator   
 

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

Constructors in com.octo.captcha.component.image.textpaster with parameters of type TextDecorator
DecoratedRandomTextPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, ColorGenerator colorGenerator, java.lang.Boolean manageColorPerGlyph, TextDecorator[] decorators)
          Deprecated.  
DecoratedRandomTextPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, ColorGenerator colorGenerator, TextDecorator[] decorators)
          Deprecated.  
VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, ColorGenerator colorGenerator, java.lang.Boolean manageColorPerGlyph, TextVisitor[] textVisitors, TextDecorator[] textDecorators)
          Deprecated.  
VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, ColorGenerator colorGenerator, TextVisitor[] textVisitors, TextDecorator[] textDecorators)
          Deprecated.  
VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, java.awt.Color textColor, TextVisitor[] textVisitors, TextDecorator[] textDecorators)
          Deprecated.  
VisitedAndDecoratedTextPaster(java.lang.Integer minAcceptedWordLength, java.lang.Integer maxAcceptedWordLength, TextVisitor[] textVisitors, TextDecorator[] textDecorators)
          Deprecated.  
 

Uses of TextDecorator in com.octo.captcha.component.image.textpaster.textdecorator
 

Classes in com.octo.captcha.component.image.textpaster.textdecorator that implement TextDecorator
 class BaffleTextDecorator
          Deprecated.  
 class LineTextDecorator
          Deprecated.  
 



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