Uses of Interface
org.apache.fop.fonts.FontCacheManager
-
Packages that use FontCacheManager Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.fonts Classes for font handling. -
-
Uses of FontCacheManager in org.apache.fop.apps
Methods in org.apache.fop.apps with parameters of type FontCacheManager Modifier and Type Method Description private static FontManager
EnvironmentalProfileFactory. createFontManager(java.net.URI defaultBaseUri, org.apache.xmlgraphics.io.ResourceResolver resourceResolver, FontDetector fontDetector, FontCacheManager fontCacheManager)
-
Uses of FontCacheManager in org.apache.fop.fonts
Classes in org.apache.fop.fonts that implement FontCacheManager Modifier and Type Class Description private static class
FontCacheManagerFactory.DisabledFontCacheManager
private static class
FontCacheManagerFactory.FontCacheManagerImpl
Fields in org.apache.fop.fonts declared as FontCacheManager Modifier and Type Field Description private FontCacheManager
FontManager. fontCacheManager
Methods in org.apache.fop.fonts that return FontCacheManager Modifier and Type Method Description static FontCacheManager
FontCacheManagerFactory. createDefault()
Create the default font caching mechanism.static FontCacheManager
FontCacheManagerFactory. createDisabled()
Create a disabled font caching mechanism which by definition does nothing to cache fonts.Constructors in org.apache.fop.fonts with parameters of type FontCacheManager Constructor Description FontManager(InternalResourceResolver resourceResolver, FontDetector fontDetector, FontCacheManager fontCacheManager)
Main constructor
-