Class FontCacheManagerFactory


  • public final class FontCacheManagerFactory
    extends java.lang.Object
    A factory that provides the font caching manager mechanism.
    • Constructor Detail

      • FontCacheManagerFactory

        private FontCacheManagerFactory()
    • 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