public class KaptchaProducerImpl extends java.lang.Object implements KaptchaProducer
| Constructor and Description |
|---|
KaptchaProducerImpl(java.util.Map<java.lang.String,java.lang.String> configuration) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
createImage(java.lang.String text) |
java.lang.String |
createText() |
int |
getHeight() |
int |
getWidth() |
public KaptchaProducerImpl(java.util.Map<java.lang.String,java.lang.String> configuration)
public int getHeight()
getHeight in interface KaptchaProducerpublic int getWidth()
getWidth in interface KaptchaProducerpublic java.awt.image.BufferedImage createImage(java.lang.String text)
createImage in interface com.google.code.kaptcha.Producerpublic java.lang.String createText()
createText in interface com.google.code.kaptcha.Producer${project.version} - Copyright © 2003-2015 The Apache Software Foundation.