Interface KaptchaProducer
- 
- All Superinterfaces:
- com.google.code.kaptcha.Producer
 - All Known Implementing Classes:
- KaptchaProducerImpl
 
 public interface KaptchaProducer extends com.google.code.kaptcha.Producer Extension of theProducerinterface, adding property for getting the Kaptcha image width and height (used when rendering the <img> element).- Since:
- 5.3
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHeight()intgetWidth()
 
-