nl.captcha.gimpy
Class RippleGimpyRenderer

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

public class RippleGimpyRenderer
extends java.lang.Object
implements GimpyRenderer

Author:
James Childers

Constructor Summary
RippleGimpyRenderer()
           
 
Method Summary
 java.awt.image.BufferedImage gimp(java.awt.image.BufferedImage image)
          Apply a RippleFilter to the image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RippleGimpyRenderer

public RippleGimpyRenderer()
Method Detail

gimp

public java.awt.image.BufferedImage gimp(java.awt.image.BufferedImage image)
Apply a RippleFilter to the image.

Specified by:
gimp in interface GimpyRenderer
Parameters:
image - The image to be distorted


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