|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.java.util.gui.swt.FontUtils
Contains Font specific constants and utility methods.
| Field Summary | |
static Font |
SYSTEM_FONT
The system font |
static Font |
SYSTEM_FONT_BOLD
The system font in bold style |
| Constructor Summary | |
FontUtils()
|
|
| Method Summary | |
private static Font |
makeBold(Font sourceFont)
Makes the specified Font bold.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Font SYSTEM_FONT
The system font
public static final Font SYSTEM_FONT_BOLD
The system font in bold style
| Constructor Detail |
public FontUtils()
| Method Detail |
private static Font makeBold(Font sourceFont)
Makes the specified Font bold.
sourceFont - the source Font object
Font in Bold
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||