Class FontCacheManagerFactory.DisabledFontCacheManager

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()
      Deletes the font cache from the file-system.
      FontCache load()
      Loads the font cache into memory from the given file.
      void save()
      Serializes the font cache to file.
      void setCacheFile​(java.net.URI fontCacheURI)
      Sets the font cache file given the URI pointing to the file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DisabledFontCacheManager

        private DisabledFontCacheManager()