public abstract class LineMetrics extends Object
Constructor and Description |
---|
LineMetrics() |
Modifier and Type | Method and Description |
---|---|
abstract float |
getAscent() |
abstract int |
getBaselineIndex() |
abstract float[] |
getBaselineOffsets() |
abstract float |
getDescent() |
abstract float |
getHeight() |
abstract float |
getLeading() |
abstract int |
getNumChars() |
abstract float |
getStrikethroughOffset() |
abstract float |
getStrikethroughThickness() |
abstract float |
getUnderlineOffset() |
abstract float |
getUnderlineThickness() |
public LineMetrics()
public abstract float getAscent()
public abstract int getBaselineIndex()
public abstract float[] getBaselineOffsets()
public abstract float getDescent()
public abstract float getHeight()
public abstract float getLeading()
public abstract int getNumChars()
public abstract float getStrikethroughOffset()
public abstract float getStrikethroughThickness()
public abstract float getUnderlineOffset()
public abstract float getUnderlineThickness()