| java.lang.Object java.awt.font.GlyphMetrics
GlyphMetrics | final public class GlyphMetrics (Code) | | |
COMBINING | final public static byte COMBINING(Code) | | |
COMPONENT | final public static byte COMPONENT(Code) | | |
LIGATURE | final public static byte LIGATURE(Code) | | |
STANDARD | final public static byte STANDARD(Code) | | |
WHITESPACE | final public static byte WHITESPACE(Code) | | |
GlyphMetrics | public GlyphMetrics(boolean horizontal, float advanceX, float advanceY, Rectangle2D bounds, byte glyphType)(Code) | | |
GlyphMetrics | public GlyphMetrics(float advanceX, Rectangle2D bounds, byte glyphType)(Code) | | |
getAdvance | public float getAdvance()(Code) | | |
getAdvanceX | public float getAdvanceX()(Code) | | |
getAdvanceY | public float getAdvanceY()(Code) | | |
getLSB | public float getLSB()(Code) | | |
getRSB | public float getRSB()(Code) | | |
getType | public int getType()(Code) | | |
isCombining | public boolean isCombining()(Code) | | |
isComponent | public boolean isComponent()(Code) | | |
isLigature | public boolean isLigature()(Code) | | |
isStandard | public boolean isStandard()(Code) | | |
isWhitespace | public boolean isWhitespace()(Code) | | |
|
|