public interface CaptchaGenerator
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
createCaptcha(char[] text)
Creates a captcha image of the given text.
|
int |
getHeight()
Gets the captcha image height.
|
int |
getWidth()
Gets the captcha image width.
|
int getWidth()
int getHeight()
BufferedImage createCaptcha(char[] text)
text - the text to be shown in the captcha imageBufferedImage with the generated captchaCopyright © 2011–2016. All rights reserved.