org.pentaho.reporting.libraries.fonts.awt
Class AWTFontMetricsFactory

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

public class AWTFontMetricsFactory
extends Object
implements FontMetricsFactory

Creation-Date: 16.12.2005, 21:14:54

Author:
Thomas Morgner

Constructor Summary
AWTFontMetricsFactory()
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWTFontMetricsFactory

public AWTFontMetricsFactory()
Method Detail

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: