Uses of Interface
com.openhtmltopdf.extend.FSCacheValue
-
Packages that use FSCacheValue Package Description com.openhtmltopdf.extend.impl com.openhtmltopdf.pdfboxout com.openhtmltopdf.pdfboxout.fontstore -
-
Uses of FSCacheValue in com.openhtmltopdf.extend.impl
Fields in com.openhtmltopdf.extend.impl with type parameters of type FSCacheValue Modifier and Type Field Description private java.util.Map<java.lang.String,FSCacheValue>FSDefaultCacheStore. _storeMethods in com.openhtmltopdf.extend.impl that return FSCacheValue Modifier and Type Method Description FSCacheValueFSDefaultCacheStore. get(java.lang.String key)FSCacheValueFSDefaultCacheStore. get(java.lang.String key, java.util.concurrent.Callable<? extends FSCacheValue> loader)FSCacheValueFSNoOpCacheStore. get(java.lang.String key)FSCacheValueFSNoOpCacheStore. get(java.lang.String key, java.util.concurrent.Callable<? extends FSCacheValue> loader)Methods in com.openhtmltopdf.extend.impl with parameters of type FSCacheValue Modifier and Type Method Description voidFSDefaultCacheStore. put(java.lang.String key, FSCacheValue value)voidFSNoOpCacheStore. put(java.lang.String key, FSCacheValue value)Method parameters in com.openhtmltopdf.extend.impl with type arguments of type FSCacheValue Modifier and Type Method Description FSCacheValueFSDefaultCacheStore. get(java.lang.String key, java.util.concurrent.Callable<? extends FSCacheValue> loader)FSCacheValueFSNoOpCacheStore. get(java.lang.String key, java.util.concurrent.Callable<? extends FSCacheValue> loader) -
Uses of FSCacheValue in com.openhtmltopdf.pdfboxout
Classes in com.openhtmltopdf.pdfboxout that implement FSCacheValue Modifier and Type Class Description classPdfBoxRawPDFontMetricsFields in com.openhtmltopdf.pdfboxout with type parameters of type FSCacheValue Modifier and Type Field Description java.util.Map<PdfRendererBuilder.CacheStore,FSCacheEx<java.lang.String,FSCacheValue>>PdfRendererBuilderState. _cachesprivate FSCacheEx<java.lang.String,FSCacheValue>PdfBoxFontResolver.FontDescription. _metricsCacheMethod parameters in com.openhtmltopdf.pdfboxout with type arguments of type FSCacheValue Modifier and Type Method Description PdfRendererBuilderPdfRendererBuilder. useCacheStore(PdfRendererBuilder.CacheStore which, FSCacheEx<java.lang.String,FSCacheValue> cache)Use a specific cache.Constructor parameters in com.openhtmltopdf.pdfboxout with type arguments of type FSCacheValue Constructor Description FontDescription(org.apache.pdfbox.pdmodel.PDDocument doc, FSSupplier<java.io.InputStream> supplier, int weight, IdentValue style, java.lang.String family, boolean isFromFontFace, boolean isSubset, FSCacheEx<java.lang.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, java.lang.String family, boolean isFromFontFace, boolean isSubset, FSCacheEx<java.lang.String,FSCacheValue> metricsCache)Creates a font description from a PDFont supplier.PdfBoxFontResolver(SharedContext sharedContext, org.apache.pdfbox.pdmodel.PDDocument doc, FSCacheEx<java.lang.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 FSCacheValue Modifier and Type Field Description private FSCacheEx<java.lang.String,FSCacheValue>FallbackFontStore. _fontMetricsCacheprivate FSCacheEx<java.lang.String,FSCacheValue>MainFontStore. _fontMetricsCacheConstructor parameters in com.openhtmltopdf.pdfboxout.fontstore with type arguments of type FSCacheValue Constructor Description FallbackFontStore(SharedContext sharedContext, org.apache.pdfbox.pdmodel.PDDocument doc, FSCacheEx<java.lang.String,FSCacheValue> pdfMetricsCache)MainFontStore(SharedContext sharedContext, org.apache.pdfbox.pdmodel.PDDocument doc, FSCacheEx<java.lang.String,FSCacheValue> pdfMetricsCache)
-