Uses of Interface
com.openhtmltopdf.extend.FSCacheEx
-
Packages that use FSCacheEx Package Description com.openhtmltopdf.extend.impl com.openhtmltopdf.pdfboxout com.openhtmltopdf.pdfboxout.fontstore -
-
Uses of FSCacheEx in com.openhtmltopdf.extend.impl
Classes in com.openhtmltopdf.extend.impl that implement FSCacheEx Modifier and Type Class Description class
FSDefaultCacheStore
A simple default cache implementation, mainly for testing.class
FSNoOpCacheStore
-
Uses of FSCacheEx in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as FSCacheEx Modifier and Type Field Description private FSCacheEx<java.lang.String,FSCacheValue>
PdfBoxFontResolver.FontDescription. _metricsCache
Fields in com.openhtmltopdf.pdfboxout with type parameters of type FSCacheEx Modifier and Type Field Description java.util.Map<PdfRendererBuilder.CacheStore,FSCacheEx<java.lang.String,FSCacheValue>>
PdfRendererBuilderState. _caches
Methods in com.openhtmltopdf.pdfboxout with parameters of type FSCacheEx Modifier and Type Method Description PdfRendererBuilder
PdfRendererBuilder. useCacheStore(PdfRendererBuilder.CacheStore which, FSCacheEx<java.lang.String,FSCacheValue> cache)
Use a specific cache.Constructors in com.openhtmltopdf.pdfboxout with parameters of type FSCacheEx 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 FSCacheEx in com.openhtmltopdf.pdfboxout.fontstore
Fields in com.openhtmltopdf.pdfboxout.fontstore declared as FSCacheEx Modifier and Type Field Description private FSCacheEx<java.lang.String,FSCacheValue>
FallbackFontStore. _fontMetricsCache
private FSCacheEx<java.lang.String,FSCacheValue>
MainFontStore. _fontMetricsCache
Constructors in com.openhtmltopdf.pdfboxout.fontstore with parameters of type FSCacheEx 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)
-