Uses of Interface
com.openhtmltopdf.extend.FSCacheValue
Packages that use FSCacheValue
Package
Description
-
Uses of FSCacheValue in com.openhtmltopdf.extend.impl
Classes in com.openhtmltopdf.extend.impl that implement interfaces with type arguments of type FSCacheValueModifier and TypeClassDescriptionclassA simple default cache implementation, mainly for testing.classFields in com.openhtmltopdf.extend.impl with type parameters of type FSCacheValueModifier and TypeFieldDescriptionprivate final Map<String, FSCacheValue> FSDefaultCacheStore._storeMethods 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 TypeMethodDescriptionvoidFSDefaultCacheStore.put(String key, FSCacheValue value) voidFSNoOpCacheStore.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._cachesprivate final FSCacheEx<String, FSCacheValue> PdfBoxFontResolver.FontDescription._metricsCacheMethod 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._fontMetricsCacheprivate final FSCacheEx<String, FSCacheValue> MainFontStore._fontMetricsCacheConstructor 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)