org.pentaho.reporting.libraries.fonts.itext
Class ITextFontMetricsFactory

java.lang.Object
  extended by org.pentaho.reporting.libraries.fonts.itext.ITextFontMetricsFactory
All Implemented Interfaces:
FontMetricsFactory

public class ITextFontMetricsFactory
extends java.lang.Object
implements FontMetricsFactory

Todo: Document me!

Author:
: Thomas Morgner

Constructor Summary
ITextFontMetricsFactory(ITextFontRegistry registry)
           
 
Method Summary
 void close()
           
 FontMetrics createMetrics(FontIdentifier identifier, FontContext context)
          Loads the font metrics for the font identified by the given identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITextFontMetricsFactory

public ITextFontMetricsFactory(ITextFontRegistry registry)
Method Detail

close

public void close()

createMetrics

public FontMetrics createMetrics(FontIdentifier identifier,
                                 FontContext context)
Description copied from interface: FontMetricsFactory
Loads the font metrics for the font identified by the given identifier.

Specified by:
createMetrics in interface FontMetricsFactory
Returns: