|
|||||||||
| Home >> All >> cgsuite >> [ plugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
cgsuite.plugin
Class FontManager

java.lang.Objectcgsuite.plugin.FontManager
- class FontManager
- extends java.lang.Object
| Nested Class Summary | |
private static class |
FontManager.IntPair
|
| Field Summary | |
private static java.util.Map |
fontCache
|
private static java.awt.Font |
monospacedFont
|
private static java.awt.Font |
sansSerifFont
|
private static java.awt.Font |
symbolFont
|
private static java.awt.Font |
xSymbolFont
|
| Constructor Summary | |
(package private) |
FontManager()
|
| Method Summary | |
static java.awt.Font |
getFont(int style,
int symbol)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
fontCache
private static java.util.Map fontCache
sansSerifFont
private static java.awt.Font sansSerifFont
monospacedFont
private static java.awt.Font monospacedFont
symbolFont
private static java.awt.Font symbolFont
xSymbolFont
private static java.awt.Font xSymbolFont
| Constructor Detail |
FontManager
FontManager()
| Method Detail |
getFont
public static java.awt.Font getFont(int style, int symbol)
|
|||||||||
| Home >> All >> cgsuite >> [ plugin overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
cgsuite.plugin.FontManager