Method Summary |
|
public boolean | equals(Object obj) Returns true if this Glyph and specified object are equal. |
public int[] | getABC() |
abstract public byte[] | getBitmap() |
public char | getChar() |
public int | getGlyphCode() |
public GlyphJustificationInfo | getGlyphJustificationInfo() |
public GlyphMetrics | getGlyphMetrics() Retruns GlyphMetrics of this glyph object with precise metrics. |
public GlyphMetrics | getGlyphPointMetrics() Retruns GlyphMetrics of this glyph object in pixels. |
public int | getHeight() |
public BufferedImage | getImage() Sets BufferedImage representation of this glyph. |
public long | getPFont() |
public int | getPointHeight() Returns height of the glyph in points. |
public int | getPointWidth() Returns width of the glyph in points. |
public Shape | getShape() |
public int | getWidth() |
abstract public Shape | initOutline(char c) Returns shape that represents outline of the specified character. |
public void | setGlyphJustificationInfo(GlyphJustificationInfo newJustInfo) |
public void | setImage(BufferedImage newImage) Sets BufferedImage representation of this glyph to the specified parameter. |