Class CompoundFontStorage
java.lang.Object
org.pentaho.reporting.libraries.fonts.merge.CompoundFontStorage
- All Implemented Interfaces:
FontStorage
Creation-Date: 20.07.2007, 19:35:31
- Author:
- Thomas Morgner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRegistry
(FontRegistry registry) void
commit()
Mark the processing to be finished; commit any caches to the global storage, if applicable, clean up and return into a sane state.getFontMetrics
(FontIdentifier record, FontContext context)
-
Constructor Details
-
CompoundFontStorage
public CompoundFontStorage()
-
-
Method Details
-
addRegistry
-
getFontRegistry
- Specified by:
getFontRegistry
in interfaceFontStorage
-
getFontMetrics
- Specified by:
getFontMetrics
in interfaceFontStorage
-
commit
public void commit()Description copied from interface:FontStorage
Mark the processing to be finished; commit any caches to the global storage, if applicable, clean up and return into a sane state.- Specified by:
commit
in interfaceFontStorage
-