Class OpenHtmlToPdfAConverter.FontCache

java.lang.Object
org.projecthusky.fhir.emed.ch.epr.narrative.pdf.OpenHtmlToPdfAConverter.FontCache
All Implemented Interfaces:
com.openhtmltopdf.extend.FSCacheEx<String,com.openhtmltopdf.extend.FSCacheValue>
Enclosing class:
OpenHtmlToPdfAConverter

public static class OpenHtmlToPdfAConverter.FontCache extends Object implements com.openhtmltopdf.extend.FSCacheEx<String,com.openhtmltopdf.extend.FSCacheValue>
Implementation of a font cache.
  • Constructor Details

    • FontCache

      public FontCache()
  • Method Details

    • put

      public void put(String s, com.openhtmltopdf.extend.FSCacheValue fsCacheValue)
      Specified by:
      put in interface com.openhtmltopdf.extend.FSCacheEx<String,com.openhtmltopdf.extend.FSCacheValue>
    • get

      public com.openhtmltopdf.extend.FSCacheValue get(String s, Callable<? extends com.openhtmltopdf.extend.FSCacheValue> callable)
      Specified by:
      get in interface com.openhtmltopdf.extend.FSCacheEx<String,com.openhtmltopdf.extend.FSCacheValue>
    • get

      public @Nullable com.openhtmltopdf.extend.FSCacheValue get(String s)
      Specified by:
      get in interface com.openhtmltopdf.extend.FSCacheEx<String,com.openhtmltopdf.extend.FSCacheValue>