Uses of Class
com.octo.captcha.CaptchaException

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. 
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 BaffleRandomTextPaster.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 DecoratedRandomTextPaster.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 DoubleRandomTextPaster.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 LineRandomTextPaster.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 NonLinearRandomAngleTextPaster.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)
          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)
          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.
 

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 AbstractWordToImage.getImage(java.lang.String word)
          Creates an image of the provided String This method is a skeleton for creation algorithm. it proceeds as folows : Checks the word length Creates an java.text.AttributedString from the word Apply font to the AttributedString using the abstract method getFont Create an image for the background using the abstact method getBackround Put the text on the backround using the abstact method pasteText Return the newly created image
 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. it proceeds as folows : Checks the word length Creates an java.text.AttributedString from the word Create an image for the background using the abstact method getBackround Apply background filters Apply font to the AttributedString using the abstract method getFont Create a transparent backround Put the text on the transparent backround using the abstact method pasteText Apply the text filters Paste the transparent image using an alpha composite Apply the final filters Return the newly created image
 java.awt.image.BufferedImage FilteredComposedWordToImage.getImage(java.lang.String word)
          Deprecated. Creates an image of the provided String This method is a skeleton for creation algorithm. it proceeds as folows : Checks the word length Creates an java.text.AttributedString from the word Create an image for the background using the abstact method getBackround Apply background filters Apply font to the AttributedString using the abstract method getFont Create a transparent backround Put the text on the transparent backround using the abstact method pasteText Apply the text filters Paste the transparent image using an alpha composite Apply the final filters Return the newly created image
 java.awt.image.BufferedImage WordToImage.getImage(java.lang.String word)
          Main method for this service Return an image with the specified
 

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 AbstractFreeTTSWordToSound.getSound(java.lang.String word)
           
 javax.sound.sampled.AudioInputStream FreeTTSWordToSound.getSound(java.lang.String 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.
 javax.sound.sampled.AudioInputStream AbstractFreeTTSWordToSound.getSound(java.lang.String word, java.util.Locale locale)
           
 javax.sound.sampled.AudioInputStream FreeTTSWordToSound.getSound(java.lang.String word, java.util.Locale locale)
           
 javax.sound.sampled.AudioInputStream AbstractFreeTTSWordToSound.stringToSound(java.lang.String sentence)
          Main method for this service Return an image with the specified.
 javax.sound.sampled.AudioInputStream FreeTTSWordToSound.stringToSound(java.lang.String sentence)
          Main method for this service Return an image with the specified.
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.