FontCachepublic class FirstLevelFontCache extends java.lang.Object implements FontCache
| Constructor | Description |
|---|---|
FirstLevelFontCache(FontCache secondLevelCache) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
commit() |
|
FontMetrics |
getFontMetrics(FontKey fontKey) |
|
void |
putFontMetrics(FontKey key,
FontMetrics fontMetrics) |
public FirstLevelFontCache(FontCache secondLevelCache)
public FontMetrics getFontMetrics(FontKey fontKey)
getFontMetrics in interface FontCachepublic void putFontMetrics(FontKey key, FontMetrics fontMetrics)
putFontMetrics in interface FontCache