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 Summary
Constructors -
Method Summary
-
Constructor Details
-
FontCache
public FontCache()
-
-
Method Details
-
put
- Specified by:
put
in interfacecom.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 interfacecom.openhtmltopdf.extend.FSCacheEx<String,
com.openhtmltopdf.extend.FSCacheValue>
-
get
- Specified by:
get
in interfacecom.openhtmltopdf.extend.FSCacheEx<String,
com.openhtmltopdf.extend.FSCacheValue>
-