Class NullFontCache
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.cache.NullFontCache
-
-
Constructor Summary
Constructors Constructor Description NullFontCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommit()FontMetricsgetFontMetrics(FontKey fontKey)voidputFontMetrics(FontKey key, FontMetrics fontMetrics)
-
-
-
Method Detail
-
getFontMetrics
public FontMetrics getFontMetrics(FontKey fontKey)
- Specified by:
getFontMetricsin interfaceFontCache
-
putFontMetrics
public void putFontMetrics(FontKey key, FontMetrics fontMetrics)
- Specified by:
putFontMetricsin interfaceFontCache
-
-