kAWT Version 0.95

java.awt
Class FontMetrics

java.lang.Object
  |
  +--java.awt.FontMetrics

public class FontMetrics
extends Object


Constructor Summary
protected FontMetrics(Font font)
           
 
Method Summary
 int getAscent()
           
 int getDescent()
           
 int getHeight()
           
 int stringWidth(String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontMetrics

protected FontMetrics(Font font)
Method Detail

stringWidth

public int stringWidth(String s)

getHeight

public int getHeight()

getAscent

public int getAscent()

getDescent

public int getDescent()

kAWT Version 0.95