Uses of Interface
org.pentaho.reporting.libraries.fonts.cache.FontCache
-
-
Uses of FontCache in org.pentaho.reporting.libraries.fonts
Methods in org.pentaho.reporting.libraries.fonts that return FontCache Modifier and Type Method Description FontCacheLibFontBoot. createDefaultCache() -
Uses of FontCache in org.pentaho.reporting.libraries.fonts.afm
Methods in org.pentaho.reporting.libraries.fonts.afm that return FontCache Modifier and Type Method Description FontCacheAfmFontRegistry. getSecondLevelCache() -
Uses of FontCache in org.pentaho.reporting.libraries.fonts.awt
Methods in org.pentaho.reporting.libraries.fonts.awt that return FontCache Modifier and Type Method Description FontCacheAWTFontRegistry. getSecondLevelCache()protected static FontCacheAWTFontRegistry. internalGetSecondLevelCache() -
Uses of FontCache in org.pentaho.reporting.libraries.fonts.cache
Classes in org.pentaho.reporting.libraries.fonts.cache that implement FontCache Modifier and Type Class Description classFirstLevelFontCacheThe first level font cache is always a perfect cache.classLeastFrequentlyUsedCacheclassNullFontCacheA empty font cache that does not cache.Constructors in org.pentaho.reporting.libraries.fonts.cache with parameters of type FontCache Constructor Description FirstLevelFontCache(FontCache secondLevelCache) -
Uses of FontCache in org.pentaho.reporting.libraries.fonts.itext
Methods in org.pentaho.reporting.libraries.fonts.itext that return FontCache Modifier and Type Method Description FontCacheITextBuiltInFontRegistry. getSecondLevelCache()FontCacheITextFontRegistry. getSecondLevelCache()protected static FontCacheITextFontRegistry. internalGetSecondLevelCache() -
Uses of FontCache in org.pentaho.reporting.libraries.fonts.merge
Methods in org.pentaho.reporting.libraries.fonts.merge that return FontCache Modifier and Type Method Description FontCacheCompoundFontRegistry. getSecondLevelCache()protected static FontCacheCompoundFontRegistry. internalGetSecondLevelCache() -
Uses of FontCache in org.pentaho.reporting.libraries.fonts.monospace
Methods in org.pentaho.reporting.libraries.fonts.monospace that return FontCache Modifier and Type Method Description FontCacheMonospaceFontRegistry. getSecondLevelCache()protected static FontCacheMonospaceFontRegistry. internalGetSecondLevelCache() -
Uses of FontCache in org.pentaho.reporting.libraries.fonts.pfm
Methods in org.pentaho.reporting.libraries.fonts.pfm that return FontCache Modifier and Type Method Description FontCachePfmFontRegistry. getSecondLevelCache() -
Uses of FontCache in org.pentaho.reporting.libraries.fonts.registry
Methods in org.pentaho.reporting.libraries.fonts.registry that return FontCache Modifier and Type Method Description FontCacheFontRegistry. getSecondLevelCache() -
Uses of FontCache in org.pentaho.reporting.libraries.fonts.truetype
Methods in org.pentaho.reporting.libraries.fonts.truetype that return FontCache Modifier and Type Method Description FontCacheTrueTypeFontRegistry. getSecondLevelCache()protected static FontCacheTrueTypeFontRegistry. internalGetSecondLevelCache()
-