kAWT Version 0.25

java.awt
Class FontMetrics

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

public class FontMetrics
extends java.lang.Object


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

Constructor Detail

FontMetrics

protected FontMetrics(Font font)
Method Detail

stringWidth

public int stringWidth(java.lang.String s)

getHeight

public int getHeight()

kAWT Version 0.25