nl.captcha.gimpy
Class FishEyeGimpyRenderer

java.lang.Object
  extended by nl.captcha.gimpy.FishEyeGimpyRenderer
All Implemented Interfaces:
GimpyRenderer

public class FishEyeGimpyRenderer
extends java.lang.Object
implements GimpyRenderer

Overlays a warped grid to the image.

Author:
James Childers

Constructor Summary
FishEyeGimpyRenderer()
           
FishEyeGimpyRenderer(java.awt.Color hColor, java.awt.Color vColor)
           
 
Method Summary
 java.awt.image.BufferedImage gimp(java.awt.image.BufferedImage image)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FishEyeGimpyRenderer

public FishEyeGimpyRenderer()

FishEyeGimpyRenderer

public FishEyeGimpyRenderer(java.awt.Color hColor,
                            java.awt.Color vColor)
Method Detail

gimp

public java.awt.image.BufferedImage gimp(java.awt.image.BufferedImage image)
Specified by:
gimp in interface GimpyRenderer


Copyright © 2010-2011 James Childers. All Rights Reserved.