|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.kaptcha.internal.services.KaptchaProducerImpl
public class KaptchaProducerImpl
Constructor Summary | |
---|---|
KaptchaProducerImpl(java.util.Map<java.lang.String,java.lang.String> configuration)
|
Method Summary | |
---|---|
java.awt.image.BufferedImage |
createImage(java.lang.String text)
|
java.lang.String |
createText()
|
int |
getHeight()
|
int |
getWidth()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KaptchaProducerImpl(java.util.Map<java.lang.String,java.lang.String> configuration)
Method Detail |
---|
public int getHeight()
getHeight
in interface KaptchaProducer
public int getWidth()
getWidth
in interface KaptchaProducer
public java.awt.image.BufferedImage createImage(java.lang.String text)
createImage
in interface com.google.code.kaptcha.Producer
public java.lang.String createText()
createText
in interface com.google.code.kaptcha.Producer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |