swingwt.awt.font
Class LineMetrics

java.lang.Object
  extended byswingwt.awt.font.LineMetrics

public class LineMetrics
extends java.lang.Object


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

Constructor Detail

LineMetrics

public LineMetrics(int numChars,
                   int height)
Method Detail

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()