Class CompoundFontStorage
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.merge.CompoundFontStorage
-
- All Implemented Interfaces:
FontStorage
public class CompoundFontStorage extends Object implements FontStorage
Creation-Date: 20.07.2007, 19:35:31- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description CompoundFontStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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.FontMetrics
getFontMetrics(FontIdentifier record, FontContext context)
FontRegistry
getFontRegistry()
-
-
-
Method Detail
-
addRegistry
public void addRegistry(FontRegistry registry)
-
getFontRegistry
public FontRegistry getFontRegistry()
- Specified by:
getFontRegistry
in interfaceFontStorage
-
getFontMetrics
public FontMetrics getFontMetrics(FontIdentifier record, FontContext context)
- 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
-
-