nl.captcha.text.renderer
Interface WordRenderer
- All Known Implementing Classes:
- ColoredEdgesWordRenderer, DefaultWordRenderer, StretchyWordRenderer
public interface WordRenderer
Render the answer for the CAPTCHA onto the image.
- Author:
- James Childers
Method Summary |
void |
render(java.lang.String word,
java.awt.image.BufferedImage image)
Render a word to a BufferedImage. |
render
void render(java.lang.String word,
java.awt.image.BufferedImage image)
- Render a word to a BufferedImage.
- Parameters:
word
- The sequence of characters to be rendered.image
- The image onto which the word will be rendered.
Copyright © 2010-2011 James Childers. All Rights Reserved.