|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FontInfo
Font information.
Method Summary | |
---|---|
int |
getAscent()
Gets the ascent. |
int |
getDescent()
Gets the descent. |
java.awt.Font |
getFont()
Gets the font. |
int |
getHeight()
Gets the line height. |
int |
getLeading()
Gets the leading. |
int |
stringWidth(java.lang.String str)
Gets the width of a string. |
Method Detail |
---|
java.awt.Font getFont()
int getHeight()
int getLeading()
int getAscent()
int getDescent()
int stringWidth(java.lang.String str)
str
- String.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |