|
|||||||||
| 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(java.lang.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(java.lang.String s)
public abstract int getHeight()
public abstract int getAscent()
public abstract int getDescent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||