org.pentaho.reporting.libraries.fonts.cache
public class LeastFrequentlyUsedCache extends Object implements FontCache
| Constructor Summary | |
|---|---|
| LeastFrequentlyUsedCache(int cacheSize) | |
| Method Summary | |
|---|---|
| void | commit() |
| FontMetrics | getFontMetrics(FontKey fontKey) |
| void | putFontMetrics(FontKey key, FontMetrics metrics) |