|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.contentsystem.ContentSystemUtils
public class ContentSystemUtils
The Class ContentSystemUtils.
Constructor Summary | |
---|---|
ContentSystemUtils()
|
Method Summary | |
---|---|
static int |
getFontDescent(java.awt.Font font)
Gets the font descent. |
static int |
getFontHeight(java.awt.Font font)
Gets the font height. |
static int |
getStringWidth(java.awt.Font font,
java.lang.String text)
Gets the string width. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentSystemUtils()
Method Detail |
---|
public static int getFontDescent(java.awt.Font font)
font
- the font
public static int getFontHeight(java.awt.Font font)
font
- the font
public static int getStringWidth(java.awt.Font font, java.lang.String text)
font
- the fonttext
- the text
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |