Uses of Interface
org.pentaho.reporting.libraries.fonts.cache.FontCache

Packages that use FontCache
org.pentaho.reporting.libraries.fonts   
org.pentaho.reporting.libraries.fonts.afm   
org.pentaho.reporting.libraries.fonts.awt   
org.pentaho.reporting.libraries.fonts.cache   
org.pentaho.reporting.libraries.fonts.itext   
org.pentaho.reporting.libraries.fonts.merge   
org.pentaho.reporting.libraries.fonts.monospace   
org.pentaho.reporting.libraries.fonts.pfm   
org.pentaho.reporting.libraries.fonts.registry   
org.pentaho.reporting.libraries.fonts.truetype   
 

Uses of FontCache in org.pentaho.reporting.libraries.fonts
 

Methods in org.pentaho.reporting.libraries.fonts that return FontCache
 FontCache LibFontBoot.createDefaultCache()
           
 

Uses of FontCache in org.pentaho.reporting.libraries.fonts.afm
 

Methods in org.pentaho.reporting.libraries.fonts.afm that return FontCache
 FontCache AfmFontRegistry.getSecondLevelCache()
           
 

Uses of FontCache in org.pentaho.reporting.libraries.fonts.awt
 

Methods in org.pentaho.reporting.libraries.fonts.awt that return FontCache
 FontCache AWTFontRegistry.getSecondLevelCache()
           
 

Uses of FontCache in org.pentaho.reporting.libraries.fonts.cache
 

Classes in org.pentaho.reporting.libraries.fonts.cache that implement FontCache
 class FirstLevelFontCache
          The first level font cache is always a perfect cache.
 class LeastFrequentlyUsedCache
          Todo: Document Me
 class NullFontCache
          A empty font cache that does not cache.
 

Constructors in org.pentaho.reporting.libraries.fonts.cache with parameters of type FontCache
FirstLevelFontCache(FontCache secondLevelCache)
           
 

Uses of FontCache in org.pentaho.reporting.libraries.fonts.itext
 

Methods in org.pentaho.reporting.libraries.fonts.itext that return FontCache
 FontCache ITextFontRegistry.getSecondLevelCache()
           
 FontCache ITextBuiltInFontRegistry.getSecondLevelCache()
           
 

Uses of FontCache in org.pentaho.reporting.libraries.fonts.merge
 

Methods in org.pentaho.reporting.libraries.fonts.merge that return FontCache
 FontCache CompoundFontRegistry.getSecondLevelCache()
           
 

Uses of FontCache in org.pentaho.reporting.libraries.fonts.monospace
 

Methods in org.pentaho.reporting.libraries.fonts.monospace that return FontCache
 FontCache MonospaceFontRegistry.getSecondLevelCache()
           
 

Uses of FontCache in org.pentaho.reporting.libraries.fonts.pfm
 

Methods in org.pentaho.reporting.libraries.fonts.pfm that return FontCache
 FontCache PfmFontRegistry.getSecondLevelCache()
           
 

Uses of FontCache in org.pentaho.reporting.libraries.fonts.registry
 

Methods in org.pentaho.reporting.libraries.fonts.registry that return FontCache
 FontCache FontRegistry.getSecondLevelCache()
           
 

Uses of FontCache in org.pentaho.reporting.libraries.fonts.truetype
 

Methods in org.pentaho.reporting.libraries.fonts.truetype that return FontCache
 FontCache TrueTypeFontRegistry.getSecondLevelCache()