public class DefaultWordRenderer extends Configurable implements WordRenderer
WordRenderer, creates an image with a
word rendered on it.| Constructor and Description |
|---|
DefaultWordRenderer() |
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
renderWord(String word,
int width,
int height)
Renders a word to an image.
|
getConfig, setConfigpublic BufferedImage renderWord(String word, int width, int height)
renderWord in interface WordRendererword - The word to be rendered.width - The width of the image to be created.height - The height of the image to be created.Copyright © 2013. All rights reserved.