Uses of Interface
com.openhtmltopdf.extend.FSCacheValue
Packages that use FSCacheValue
Package
Description
-
Uses of FSCacheValue in com.openhtmltopdf.extend.impl
Fields in com.openhtmltopdf.extend.impl with type parameters of type FSCacheValueModifier and TypeFieldDescriptionprivate final Map
<String, FSCacheValue> FSDefaultCacheStore._store
Methods in com.openhtmltopdf.extend.impl that return FSCacheValueModifier and TypeMethodDescriptionFSDefaultCacheStore.get
(String key, Callable<? extends FSCacheValue> loader) FSNoOpCacheStore.get
(String key, Callable<? extends FSCacheValue> loader) Methods in com.openhtmltopdf.extend.impl with parameters of type FSCacheValueModifier and TypeMethodDescriptionvoid
FSDefaultCacheStore.put
(String key, FSCacheValue value) void
FSNoOpCacheStore.put
(String key, FSCacheValue value) Method parameters in com.openhtmltopdf.extend.impl with type arguments of type FSCacheValueModifier and TypeMethodDescriptionFSDefaultCacheStore.get
(String key, Callable<? extends FSCacheValue> loader) FSNoOpCacheStore.get
(String key, Callable<? extends FSCacheValue> loader) -
Uses of FSCacheValue in com.openhtmltopdf.pdfboxout
Classes in com.openhtmltopdf.pdfboxout that implement FSCacheValueFields in com.openhtmltopdf.pdfboxout with type parameters of type FSCacheValueModifier and TypeFieldDescriptionPdfRendererBuilderState._caches
private final FSCacheEx
<String, FSCacheValue> PdfBoxFontResolver.FontDescription._metricsCache
Method parameters in com.openhtmltopdf.pdfboxout with type arguments of type FSCacheValueModifier and TypeMethodDescriptionPdfRendererBuilder.useCacheStore
(PdfRendererBuilder.CacheStore which, FSCacheEx<String, FSCacheValue> cache) Use a specific cache.Constructor parameters in com.openhtmltopdf.pdfboxout with type arguments of type FSCacheValueModifierConstructorDescriptionFontDescription
(org.apache.pdfbox.pdmodel.PDDocument doc, FSSupplier<InputStream> supplier, int weight, IdentValue style, String family, boolean isFromFontFace, boolean isSubset, FSCacheEx<String, FSCacheValue> metricsCache) Create a font description from an input stream supplier.FontDescription
(org.apache.pdfbox.pdmodel.PDDocument doc, FSSupplier<org.apache.pdfbox.pdmodel.font.PDFont> fontSupplier, IdentValue style, int weight, String family, boolean isFromFontFace, boolean isSubset, FSCacheEx<String, FSCacheValue> metricsCache) Creates a font description from a PDFont supplier.PdfBoxFontResolver
(SharedContext sharedContext, org.apache.pdfbox.pdmodel.PDDocument doc, FSCacheEx<String, FSCacheValue> pdfMetricsCache, PdfRendererBuilder.PdfAConformance pdfAConformance, boolean pdfUaConform) -
Uses of FSCacheValue in com.openhtmltopdf.pdfboxout.fontstore
Fields in com.openhtmltopdf.pdfboxout.fontstore with type parameters of type FSCacheValueModifier and TypeFieldDescriptionprivate final FSCacheEx
<String, FSCacheValue> FallbackFontStore._fontMetricsCache
private final FSCacheEx
<String, FSCacheValue> MainFontStore._fontMetricsCache
Constructor parameters in com.openhtmltopdf.pdfboxout.fontstore with type arguments of type FSCacheValueModifierConstructorDescriptionFallbackFontStore
(SharedContext sharedContext, org.apache.pdfbox.pdmodel.PDDocument doc, FSCacheEx<String, FSCacheValue> pdfMetricsCache) MainFontStore
(SharedContext sharedContext, org.apache.pdfbox.pdmodel.PDDocument doc, FSCacheEx<String, FSCacheValue> pdfMetricsCache)