org.apache.tapestry5.kaptcha.services
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 the Producer interface, adding property for getting the Kaptcha image width and height (used when rendering the <img> element).

Since:
5.3

Method Summary
 int getHeight()
           
 int getWidth()
           
 
Methods inherited from interface com.google.code.kaptcha.Producer
createImage, createText
 

Method Detail

getWidth

int getWidth()

getHeight

int getHeight()


Copyright © 2003-2012 The Apache Software Foundation.