Draws GlyphVector on specified Graphics at desired position.
Parameters: g - specified Graphics2D object Parameters: glyphVector - GlyphVector object to draw Parameters: x - start X position to draw Parameters: y - start Y position to draw
Draws string on specified Graphics at desired position.
Parameters: g - specified Graphics2D object Parameters: str - String object to draw Parameters: x - start X position to draw Parameters: y - start Y position to draw
getBufImg
final public static BufferedImage getBufImg(byte[] pixels, int width, int height, Color color)(Code)
Methods inherited from org.apache.harmony.awt.gl.TextRenderer