Uses of Interface
com.octo.captcha.component.image.deformation.ImageDeformation

Packages that use ImageDeformation
com.octo.captcha.component.image.deformation Image deformation stuff package. 
com.octo.captcha.component.image.wordtoimage this package provides implementations of the WordToImage interface. 
com.octo.captcha.image.fisheye This package a struture for implementing fisheye captcha
A fisheye is ImageCaptcha with the question "Click on the center of the deformation of the image". 
 

Uses of ImageDeformation in com.octo.captcha.component.image.deformation
 

Classes in com.octo.captcha.component.image.deformation that implement ImageDeformation
 class ImageDeformationByFilters
          Use an array of java.awt.image.ImageFilter to deform an image
 class PuzzleImageDeformation
          Deformation where the image is divided in little squares, moved individualty in a random position.
 

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

Constructors in com.octo.captcha.component.image.wordtoimage with parameters of type ImageDeformation
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
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
 

Uses of ImageDeformation in com.octo.captcha.image.fisheye
 

Constructors in com.octo.captcha.image.fisheye with parameters of type ImageDeformation
FishEyeFactory(BackgroundGenerator generator, ImageDeformation deformation, java.lang.Integer scale, java.lang.Integer tolerance)
          Construct a new fishEye factory
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.