|
kAWT Version 0.98 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--java.awt.FontMetrics
| Field Summary | |
protected Font |
font
|
| Constructor Summary | |
protected |
FontMetrics(Font font)
|
| Method Summary | |
abstract int |
getAscent()
|
abstract int |
getDescent()
|
Font |
getFont()
|
abstract int |
getHeight()
|
abstract int |
stringWidth(String s)
|
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected Font font
| Constructor Detail |
protected FontMetrics(Font font)
| Method Detail |
public Font getFont()
public abstract int stringWidth(String s)
public abstract int getHeight()
public abstract int getAscent()
public abstract int getDescent()
|
kAWT Version 0.98 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||