Class ITextFontStorage
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.itext.ITextFontStorage
-
- All Implemented Interfaces:
FontStorage
public class ITextFontStorage extends java.lang.Object implements FontStorage
Creation-Date: 22.07.2007, 17:54:43- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description ITextFontStorage()ITextFontStorage(ITextFontRegistry registry)ITextFontStorage(ITextFontRegistry registry, java.lang.String encoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommit()Mark the processing to be finished; commit any caches to the global storage, if applicable, clean up and return into a sane state.FontMetricsgetFontMetrics(FontIdentifier rawRecord, FontContext context)FontRegistrygetFontRegistry()
-
-
-
Constructor Detail
-
ITextFontStorage
public ITextFontStorage()
-
ITextFontStorage
public ITextFontStorage(ITextFontRegistry registry)
-
ITextFontStorage
public ITextFontStorage(ITextFontRegistry registry, java.lang.String encoding)
-
-
Method Detail
-
getFontRegistry
public FontRegistry getFontRegistry()
- Specified by:
getFontRegistryin interfaceFontStorage
-
getFontMetrics
public FontMetrics getFontMetrics(FontIdentifier rawRecord, FontContext context)
- 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
-
-