swingwt.awt.font
Class LineMetrics
java.lang.Object
swingwt.awt.font.LineMetrics
- public class LineMetrics
- extends java.lang.Object
Constructor Summary |
LineMetrics(int numChars,
int height)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineMetrics
public LineMetrics(int numChars,
int height)
getNumChars
public int getNumChars()
getAscent
public float getAscent()
getDescent
public float getDescent()
getLeading
public float getLeading()
getHeight
public float getHeight()
getBaselineIndex
public int getBaselineIndex()
getBaselineOffsets
public float[] getBaselineOffsets()
getStrikethroughOffset
public float getStrikethroughOffset()
getStrikethroughThickness
public float getStrikethroughThickness()
getUnderlineOffset
public float getUnderlineOffset()
getUnderlineThickness
public float getUnderlineThickness()