nl.captcha.gimpy
Class DropShadowGimpyRenderer

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

public class DropShadowGimpyRenderer
extends java.lang.Object
implements GimpyRenderer

Adds a dark drop-shadow.

Author:
James Childers

Constructor Summary
DropShadowGimpyRenderer()
           
DropShadowGimpyRenderer(int radius, float opacity)
           
DropShadowGimpyRenderer(int radius, float opacity, float angle)
           
 
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

DropShadowGimpyRenderer

public DropShadowGimpyRenderer()

DropShadowGimpyRenderer

public DropShadowGimpyRenderer(int radius,
                               float opacity)

DropShadowGimpyRenderer

public DropShadowGimpyRenderer(int radius,
                               float opacity,
                               float angle)
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.