|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.captcha.gimpy.DropShadowGimpyRenderer
public class DropShadowGimpyRenderer
Adds a dark drop-shadow.
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 |
---|
public DropShadowGimpyRenderer()
public DropShadowGimpyRenderer(int radius, float opacity)
public DropShadowGimpyRenderer(int radius, float opacity, float angle)
Method Detail |
---|
public java.awt.image.BufferedImage gimp(java.awt.image.BufferedImage image)
gimp
in interface GimpyRenderer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |