| Package | Description |
|---|---|
| com.sptci.echo.style |
Default style classes for use with default components.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Map<String,Font>> |
Font.cache
The cache of reusable font instances.
|
protected static Map<String,Font> |
Font.defaultCache
The nested map used to store the fonts for the default
TYPEFACE. |
| Modifier and Type | Method and Description |
|---|---|
static Font |
Font.getInstance()
Factory method to use to retrieve the cached default font instance.
|
static Font |
Font.getInstance(Extent size)
Factory method to use to retrieve a cached font instance.
|
static Font |
Font.getInstance(Font.Typeface typeface,
Extent size)
Deprecated.
Warning, you are creating a non-standard font.
|
static Font |
Font.getInstance(Font.Typeface typeface,
int style,
Extent size)
Deprecated.
Warning, you are creating a non-standard font.
|
static Font |
Font.getInstance(int style)
Factory method to use to retrieve a cached font instance.
|
static Font |
Font.getInstance(int style,
Extent size)
Factory method to use to retrieve a cached font instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,Font> |
Font.getMap(String typeface)
|