|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.captcha.gimpy.StretchGimpyRenderer
public class StretchGimpyRenderer
Stretch the given image over the X and Y axes. If no scale is given, defaults to an X scale of 1.0 and a Y scale of 3.0 (i.e. make the image tall but do not affect the width).
Constructor Summary | |
---|---|
StretchGimpyRenderer()
|
|
StretchGimpyRenderer(double xScale,
double yScale)
|
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 StretchGimpyRenderer()
public StretchGimpyRenderer(double xScale, double yScale)
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 |