|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontGenerator | |
---|---|
com.octo.captcha.component.image.fontgenerator | Implementations of FontGenerator. |
com.octo.captcha.component.image.wordtoimage | this package provides implementations of the WordToImage interface. |
Uses of FontGenerator in com.octo.captcha.component.image.fontgenerator |
---|
Classes in com.octo.captcha.component.image.fontgenerator that implement FontGenerator | |
---|---|
class |
AbstractFontGenerator
Base class for Font generators. |
class |
DeformedRandomFontGenerator
Takes a random font and apply a rotation to it. |
class |
RandomFontGenerator
Description: Random font generator that return one of the available system's (or optionay specified) fonts, using a min and max font size. |
class |
TwistedAndShearedRandomFontGenerator
Description: |
class |
TwistedRandomFontGenerator
Description: |
Uses of FontGenerator in com.octo.captcha.component.image.wordtoimage |
---|
Constructors in com.octo.captcha.component.image.wordtoimage with parameters of type FontGenerator | |
---|---|
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 |