|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 |
BaffleRandomTextPaster
Deprecated. use the DecoratedRandomTextPaster instead |
class |
DecoratedRandomTextPaster
|
class |
DoubleRandomTextPaster
Randomly pastes the attributed string twice, with a random offset. |
class |
DoubleTextPaster
Pastes two times the attributed string with a random decalage from width/20 and height/2 |
class |
LineRandomTextPaster
Deprecated. use the DecoratedRandomTextPaster instead |
class |
NonLinearRandomAngleTextPaster
A TextPaster that pasts the characters on the background image, turned around a random angle from the
center of the character and past at a random y position. |
class |
NonLinearTextPaster
Pastes characters in differents height lines in the background |
class |
RandomTextPaster
Paste the text randomly on the background |
class |
SimpleTextPaster
Pastes the text at width/20 and height/2 |
Uses of TextPaster in com.octo.captcha.component.image.wordtoimage |
---|
Constructors in com.octo.captcha.component.image.wordtoimage with parameters of type TextPaster | |
---|---|
ComposedWordToImage(FontGenerator fontGenerator,
BackgroundGenerator background,
TextPaster textPaster)
|
|
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,
ImageDeformation backgroundDeformation,
ImageDeformation textDeformation,
ImageDeformation finalDeformation)
Composed word to image that applys filters |
|
FilteredComposedWordToImage(FontGenerator fontGenerator,
BackgroundGenerator background,
TextPaster textPaster,
java.awt.image.ImageFilter[] backgroundFilters,
java.awt.image.ImageFilter[] textFilters,
java.awt.image.ImageFilter[] finalFilters)
Deprecated. Composed word to image that applys filters |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |