java.awt.font
Class LineMetrics

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

public abstract class LineMetrics
extends Object


Constructor Summary
LineMetrics()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineMetrics

public LineMetrics()
Method Detail

getAscent

public abstract float getAscent()

getBaselineIndex

public abstract int getBaselineIndex()

getBaselineOffsets

public abstract float[] getBaselineOffsets()

getDescent

public abstract float getDescent()

getHeight

public abstract float getHeight()

getLeading

public abstract float getLeading()

getNumChars

public abstract int getNumChars()

getStrikethroughOffset

public abstract float getStrikethroughOffset()

getStrikethroughThickness

public abstract float getStrikethroughThickness()

getUnderlineOffset

public abstract float getUnderlineOffset()

getUnderlineThickness

public abstract float getUnderlineThickness()