public class KaptchaProducerImpl extends Object implements KaptchaProducer
Constructor and Description |
---|
KaptchaProducerImpl(Map<String,String> configuration) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
createImage(String text) |
String |
createText() |
int |
getHeight() |
int |
getWidth() |
public KaptchaProducerImpl(Map<String,String> configuration)
public int getHeight()
getHeight
in interface KaptchaProducer
public int getWidth()
getWidth
in interface KaptchaProducer
public BufferedImage createImage(String text)
createImage
in interface com.google.code.kaptcha.Producer
public String createText()
createText
in interface com.google.code.kaptcha.Producer
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.