Uses of Class
com.octo.captcha.component.image.wordtoimage.AbstractWordToImage

Packages that use AbstractWordToImage
com.octo.captcha.component.image.wordtoimage this package provides implementations of the WordToImage interface. 
 

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

Subclasses of AbstractWordToImage in com.octo.captcha.component.image.wordtoimage
 class ComposedWordToImage
          Base class for composed WordToImage It extends the AbstractWord to image and uses three others Components : a FontGenerator to implement the getFont() method a BackgroundGenerator to implement the getBackround() method a TextParser to implement the pasteText() method

 class DeformedComposedWordToImage
          This implementation uses deformation components to distord the image.
 class FilteredComposedWordToImage
          Deprecated. since beta-4 : use DeformedComposedWordToImage, that now use the new deformation component.
 class SimpleWordToImage
          Simple image to word implementation.
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.