Package org.apache.fop.fonts
Class FontCacheManagerFactory
- java.lang.Object
-
- org.apache.fop.fonts.FontCacheManagerFactory
-
public final class FontCacheManagerFactory extends java.lang.Object
A factory that provides the font caching manager mechanism.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
FontCacheManagerFactory.DisabledFontCacheManager
private static class
FontCacheManagerFactory.FontCacheManagerImpl
-
Constructor Summary
Constructors Modifier Constructor Description private
FontCacheManagerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FontCacheManager
createDefault()
Create the default font caching mechanism.static FontCacheManager
createDisabled()
Create a disabled font caching mechanism which by definition does nothing to cache fonts.
-
-
-
Method Detail
-
createDefault
public static FontCacheManager createDefault()
Create the default font caching mechanism.- Returns:
- the font cache manager
-
createDisabled
public static FontCacheManager createDisabled()
Create a disabled font caching mechanism which by definition does nothing to cache fonts.- Returns:
- a completely restricted font cache manager
-
-