com.google.code.kaptcha.impl
Class FishEyeGimpy

java.lang.Object
  extended by com.google.code.kaptcha.impl.FishEyeGimpy
All Implemented Interfaces:
GimpyEngine

public class FishEyeGimpy
extends java.lang.Object
implements GimpyEngine

FishEyeGimpy adds fish eye effect with vertical and horizontal lines.


Constructor Summary
FishEyeGimpy()
           
 
Method Summary
 java.awt.image.BufferedImage getDistortedImage(java.awt.image.BufferedImage baseImage)
          Applies distortion by adding fish eye effect and horizontal vertical lines.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FishEyeGimpy

public FishEyeGimpy()
Method Detail

getDistortedImage

public java.awt.image.BufferedImage getDistortedImage(java.awt.image.BufferedImage baseImage)
Applies distortion by adding fish eye effect and horizontal vertical lines.

Specified by:
getDistortedImage in interface GimpyEngine
Parameters:
baseImage - the base image
Returns:
the distorted image


Copyright © 2010 Kaptcha. All Rights Reserved. Build version: 2.3.2