Uses of Interface
com.octo.captcha.component.image.textpaster.TextPaster

Packages that use TextPaster
com.octo.captcha.component.image.textpaster implementations of TextPaster 
com.octo.captcha.component.image.wordtoimage this package provides implementations of the WordToImage interface.
Main class is the AbstractWordToImage wich defines the strucure of the implementations provided.
ComposedWordToImage is the first concrete WordToImage. 
 

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

Classes in com.octo.captcha.component.image.textpaster that implement TextPaster
 class AbstractTextPaster
          

Base class for Test pasters.

 class DecoratedRandomTextPaster
          Deprecated.  
 class GlyphsPaster
          Use Glyphs to draw, much more powerfull and efficient than using AttributedString
 class NonLinearRandomAngleTextPaster
          Deprecated.  
 class NonLinearTextPaster
          Deprecated.  
 class RandomTextPaster
          Deprecated.  
 class SimpleTextPaster
          Deprecated.  
 class VisitedAndDecoratedTextPaster
          Deprecated.  
 

Uses of TextPaster in com.octo.captcha.component.image.wordtoimage
 

Constructors in com.octo.captcha.component.image.wordtoimage with parameters of type TextPaster
ComposedWordToImage(boolean manageFontByCharacter, FontGenerator fontGenerator, BackgroundGenerator background, TextPaster textPaster)
           
ComposedWordToImage(FontGenerator fontGenerator, BackgroundGenerator background, TextPaster textPaster)
           
DeformedComposedWordToImage(boolean manageFontByCharacter, FontGenerator fontGenerator, BackgroundGenerator background, TextPaster textPaster, java.util.List<ImageDeformation> backgroundDeformations, java.util.List<ImageDeformation> textDeformations, java.util.List<ImageDeformation> finalDeformations)
           
DeformedComposedWordToImage(FontGenerator fontGenerator, BackgroundGenerator background, TextPaster textPaster, ImageDeformation backgroundDeformation, ImageDeformation textDeformation, ImageDeformation finalDeformation)
          Composed word to image that applys filters
DeformedComposedWordToImage(FontGenerator fontGenerator, BackgroundGenerator background, TextPaster textPaster, java.util.List<ImageDeformation> backgroundDeformations, java.util.List<ImageDeformation> textDeformations, java.util.List<ImageDeformation> finalDeformations)
          Composed word to image that applys filters
 



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