Class KaptchaProducerImpl
- java.lang.Object
 - 
- org.apache.tapestry5.kaptcha.internal.services.KaptchaProducerImpl
 
 
- 
- All Implemented Interfaces:
 com.google.code.kaptcha.Producer,KaptchaProducer
public class KaptchaProducerImpl extends Object implements KaptchaProducer
 
- 
- 
Constructor Summary
Constructors Constructor Description KaptchaProducerImpl(Map<String,String> configuration) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImagecreateImage(String text)StringcreateText()intgetHeight()intgetWidth() 
 - 
 
- 
- 
Constructor Detail
- 
KaptchaProducerImpl
public KaptchaProducerImpl(Map<String,String> configuration)
 
 - 
 
- 
Method Detail
- 
getHeight
public int getHeight()
- Specified by:
 getHeightin interfaceKaptchaProducer
 
- 
getWidth
public int getWidth()
- Specified by:
 getWidthin interfaceKaptchaProducer
 
- 
createImage
public BufferedImage createImage(String text)
- Specified by:
 createImagein interfacecom.google.code.kaptcha.Producer
 
- 
createText
public String createText()
- Specified by:
 createTextin interfacecom.google.code.kaptcha.Producer
 
 - 
 
 -