Class NullFontCache
java.lang.Object
org.pentaho.reporting.libraries.fonts.cache.NullFontCache
- All Implemented Interfaces:
FontCache
A empty font cache that does not cache.
- Author:
- Thomas Morgner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
commit()
getFontMetrics
(FontKey fontKey) void
putFontMetrics
(FontKey key, FontMetrics fontMetrics)
-
Constructor Details
-
NullFontCache
public NullFontCache()
-
-
Method Details
-
getFontMetrics
- Specified by:
getFontMetrics
in interfaceFontCache
-
putFontMetrics
- Specified by:
putFontMetrics
in interfaceFontCache
-
commit
public void commit()
-