public class FirstLevelFontCache extends Object implements FontCache
| Constructor and Description |
|---|
FirstLevelFontCache(FontCache secondLevelCache) |
| Modifier and Type | Method and 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