Class DefaultFontStorage
java.lang.Object
org.pentaho.reporting.libraries.fonts.registry.DefaultFontStorage
- All Implemented Interfaces:
 FontStorage
Creation-Date: 15.12.2005, 18:07:53
- Author:
 - Thomas Morgner
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcommit()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
- 
DefaultFontStorage
 
 - 
 - 
Method Details
- 
getFontRegistry
- Specified by:
 getFontRegistryin interfaceFontStorage
 - 
getFontMetrics
- Specified by:
 getFontMetricsin interfaceFontStorage
 - 
commit
public void commit()Description copied from interface:FontStorageMark the processing to be finished; commit any caches to the global storage, if applicable, clean up and return into a sane state.- Specified by:
 commitin interfaceFontStorage
 
 -