| java.lang.Object org.jfree.report.layout.text.Glyph
Glyph | final public class Glyph (Code) | | Creation-Date: 03.04.2007, 16:41:38
author: Thomas Morgner |
Constructor Summary | |
public | Glyph(int codepoint, int breakWeight, int classification, Spacing spacing, int width, int height, int baseLine, int kerning, int[] extraChars) |
LETTER | final public static int LETTER(Code) | | |
SPACE_CHAR | final public static int SPACE_CHAR(Code) | | |
Glyph | public Glyph(int codepoint, int breakWeight, int classification, Spacing spacing, int width, int height, int baseLine, int kerning, int[] extraChars)(Code) | | |
getBaseLine | public int getBaseLine()(Code) | | |
getBreakWeight | public int getBreakWeight()(Code) | | |
getClassification | public int getClassification()(Code) | | |
getCodepoint | public int getCodepoint()(Code) | | |
getExtraChars | public int[] getExtraChars()(Code) | | |
getHeight | public int getHeight()(Code) | | |
getKerning | public int getKerning()(Code) | | |
getSpacing | public Spacing getSpacing()(Code) | | |
getWidth | public int getWidth()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|