org.pentaho.reporting.libraries.fonts.cache

Class NullFontCache

public class NullFontCache extends Object implements FontCache

A empty font cache that does not cache.

Author: Thomas Morgner

Constructor Summary
NullFontCache()
Method Summary
voidcommit()
FontMetricsgetFontMetrics(FontKey fontKey)
voidputFontMetrics(FontKey key, FontMetrics fontMetrics)

Constructor Detail

NullFontCache

public NullFontCache()

Method Detail

commit

public void commit()

getFontMetrics

public FontMetrics getFontMetrics(FontKey fontKey)

putFontMetrics

public void putFontMetrics(FontKey key, FontMetrics fontMetrics)