Package | Description |
---|---|
org.pentaho.reporting.libraries.fonts.cache | |
org.pentaho.reporting.libraries.fonts.registry |
Modifier and Type | Method | Description |
---|---|---|
FontMetrics |
FirstLevelFontCache.getFontMetrics(FontKey fontKey) |
|
FontMetrics |
FontCache.getFontMetrics(FontKey fontKey) |
|
FontMetrics |
LeastFrequentlyUsedCache.getFontMetrics(FontKey fontKey) |
|
FontMetrics |
NullFontCache.getFontMetrics(FontKey fontKey) |
|
void |
FirstLevelFontCache.putFontMetrics(FontKey key,
FontMetrics fontMetrics) |
|
void |
FontCache.putFontMetrics(FontKey key,
FontMetrics fontMetrics) |
|
void |
LeastFrequentlyUsedCache.putFontMetrics(FontKey key,
FontMetrics metrics) |
|
void |
NullFontCache.putFontMetrics(FontKey key,
FontMetrics fontMetrics) |
Constructor | Description |
---|---|
FontKey(FontKey key) |