Uses of Class
org.pentaho.reporting.libraries.fonts.registry.FontKey
-
Packages that use FontKey Package Description org.pentaho.reporting.libraries.fonts.cache org.pentaho.reporting.libraries.fonts.registry -
-
Uses of FontKey in org.pentaho.reporting.libraries.fonts.cache
Methods in org.pentaho.reporting.libraries.fonts.cache with parameters of type FontKey Modifier and Type Method Description FontMetricsFirstLevelFontCache. getFontMetrics(FontKey fontKey)FontMetricsFontCache. getFontMetrics(FontKey fontKey)FontMetricsLeastFrequentlyUsedCache. getFontMetrics(FontKey fontKey)FontMetricsNullFontCache. getFontMetrics(FontKey fontKey)voidFirstLevelFontCache. putFontMetrics(FontKey key, FontMetrics fontMetrics)voidFontCache. putFontMetrics(FontKey key, FontMetrics fontMetrics)voidLeastFrequentlyUsedCache. putFontMetrics(FontKey key, FontMetrics metrics)voidNullFontCache. putFontMetrics(FontKey key, FontMetrics fontMetrics) -
Uses of FontKey in org.pentaho.reporting.libraries.fonts.registry
Constructors in org.pentaho.reporting.libraries.fonts.registry with parameters of type FontKey Constructor Description FontKey(FontKey key)
-