public interface WordRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
render(String word,
BufferedImage image)
Render a word into a BufferedImage.
|
void render(String word, BufferedImage image)
word - The sequence of characters to be rendered.image - The image onto which the word will be rendered.Copyright © 2015. All rights reserved.