|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CaptchaException | |
---|---|
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. |
com.octo.captcha.component.sound.wordtosound | This package provides implementations of the WordDecorator interface. |
Uses of CaptchaException in com.octo.captcha.component.image.textpaster |
---|
Methods in com.octo.captcha.component.image.textpaster that throw CaptchaException | |
---|---|
java.awt.image.BufferedImage |
NonLinearRandomAngleTextPaster.pasteText(java.awt.image.BufferedImage background,
java.text.AttributedString attributedWord)
Deprecated. |
java.awt.image.BufferedImage |
DecoratedRandomTextPaster.pasteText(java.awt.image.BufferedImage background,
java.text.AttributedString attributedWord)
Deprecated. Pastes the attributed string on the backround image and return the final image. |
java.awt.image.BufferedImage |
TextPaster.pasteText(java.awt.image.BufferedImage background,
java.text.AttributedString attributedWord)
Pastes the attributed string on the backround image and return the final image. |
java.awt.image.BufferedImage |
SimpleTextPaster.pasteText(java.awt.image.BufferedImage background,
java.text.AttributedString attributedWord)
Deprecated. Pastes the attributed string on the backround image and return the final image. |
java.awt.image.BufferedImage |
VisitedAndDecoratedTextPaster.pasteText(java.awt.image.BufferedImage background,
java.text.AttributedString attributedWord)
Deprecated. Pastes the attributed string on the backround image and return the final image. |
java.awt.image.BufferedImage |
GlyphsPaster.pasteText(java.awt.image.BufferedImage background,
java.text.AttributedString attributedWord)
|
java.awt.image.BufferedImage |
NonLinearTextPaster.pasteText(java.awt.image.BufferedImage background,
java.text.AttributedString attributedWord)
Deprecated. Pastes the attributed string on the backround image and return the final image. |
Uses of CaptchaException in com.octo.captcha.component.image.wordtoimage |
---|
Methods in com.octo.captcha.component.image.wordtoimage that throw CaptchaException | |
---|---|
java.awt.image.BufferedImage |
WordToImage.getImage(java.lang.String word)
Main method for this service Return an image with the specified |
java.awt.image.BufferedImage |
DeformedComposedWordToImage.getImage(java.lang.String word)
Creates an image of the provided String This method is a skeleton for creation algorithm. |
java.awt.image.BufferedImage |
AbstractWordToImage.getImage(java.lang.String word)
Creates an image of the provided String This method is a skeleton for creation algorithm. |
Uses of CaptchaException in com.octo.captcha.component.sound.wordtosound |
---|
Methods in com.octo.captcha.component.sound.wordtosound that throw CaptchaException | |
---|---|
javax.sound.sampled.AudioInputStream |
WordToSound.getSound(java.lang.String word)
Main method for this service Return a sound with the specified word |
javax.sound.sampled.AudioInputStream |
WordToSound.getSound(java.lang.String word,
java.util.Locale locale)
Main method for this service Return a sound with the specified word and Locale, depending on the local a sound is not the same. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |