public class DefaultWordRenderer extends Object implements WordRenderer
| 构造器和说明 |
|---|
DefaultWordRenderer()
Use the default color (black) and fonts (Arial and Courier).
|
DefaultWordRenderer(List<Color> colors,
List<Font> fonts)
Build a
WordRenderer using the given Colors and
Fonts. |
public DefaultWordRenderer()
public void render(String word, BufferedImage image)
render 在接口中 WordRendererword - The word to be rendered.image - The BufferedImage onto which the word will be painted.Copyright © 2015. All rights reserved.