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 FontCache
LibFontBoot. 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 FontCache
AfmFontRegistry. 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 FontCache
AWTFontRegistry. getSecondLevelCache()
protected static FontCache
AWTFontRegistry. 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 class
FirstLevelFontCache
The first level font cache is always a perfect cache.class
LeastFrequentlyUsedCache
class
NullFontCache
A 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 FontCache
ITextBuiltInFontRegistry. getSecondLevelCache()
FontCache
ITextFontRegistry. getSecondLevelCache()
protected static FontCache
ITextFontRegistry. 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 FontCache
CompoundFontRegistry. getSecondLevelCache()
protected static FontCache
CompoundFontRegistry. 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 FontCache
MonospaceFontRegistry. getSecondLevelCache()
protected static FontCache
MonospaceFontRegistry. 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 FontCache
PfmFontRegistry. 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 FontCache
FontRegistry. 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 FontCache
TrueTypeFontRegistry. getSecondLevelCache()
protected static FontCache
TrueTypeFontRegistry. internalGetSecondLevelCache()
-