java.awt.font

Class GlyphMetrics

public final class GlyphMetrics extends Object

Field Summary
static byteCOMBINING
static byteCOMPONENT
static byteLIGATURE
static byteSTANDARD
static byteWHITESPACE
Constructor Summary
GlyphMetrics(boolean horizontal, float advanceX, float advanceY, Rectangle2D bounds, byte glyphType)
GlyphMetrics(float advance, Rectangle2D bounds, byte glyphType)
Method Summary
floatgetAdvance()
floatgetAdvanceX()
floatgetAdvanceY()
Rectangle2DgetBounds2D()
floatgetLSB()
floatgetRSB()
intgetType()
booleanisCombining()
booleanisComponent()
booleanisLigature()
booleanisStandard()
booleanisWhitespace()

Field Detail

COMBINING

public static final byte COMBINING

COMPONENT

public static final byte COMPONENT

LIGATURE

public static final byte LIGATURE

STANDARD

public static final byte STANDARD

WHITESPACE

public static final byte WHITESPACE

Constructor Detail

GlyphMetrics

public GlyphMetrics(boolean horizontal, float advanceX, float advanceY, Rectangle2D bounds, byte glyphType)

GlyphMetrics

public GlyphMetrics(float advance, Rectangle2D bounds, byte glyphType)

Method Detail

getAdvance

public float getAdvance()

getAdvanceX

public float getAdvanceX()

getAdvanceY

public float getAdvanceY()

getBounds2D

public Rectangle2D getBounds2D()

getLSB

public float getLSB()

getRSB

public float getRSB()

getType

public int getType()

isCombining

public boolean isCombining()

isComponent

public boolean isComponent()

isLigature

public boolean isLigature()

isStandard

public boolean isStandard()

isWhitespace

public boolean isWhitespace()