|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.fonts.cache.LeastFrequentlyUsedCache
public class LeastFrequentlyUsedCache
Todo: Document Me
Constructor Summary | |
---|---|
LeastFrequentlyUsedCache(int cacheSize)
|
Method Summary | |
---|---|
void |
commit()
|
FontMetrics |
getFontMetrics(FontKey fontKey)
|
void |
putFontMetrics(FontKey key,
FontMetrics metrics)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LeastFrequentlyUsedCache(int cacheSize)
Method Detail |
---|
public FontMetrics getFontMetrics(FontKey fontKey)
getFontMetrics
in interface FontCache
public void putFontMetrics(FontKey key, FontMetrics metrics)
putFontMetrics
in interface FontCache
public void commit()
commit
in interface FontCache
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |