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. _store
Methods in com.openhtmltopdf.extend.impl that return FSCacheValue Modifier and Type Method Description FSCacheValue
FSDefaultCacheStore. get(java.lang.String key)
FSCacheValue
FSDefaultCacheStore. get(java.lang.String key, java.util.concurrent.Callable<? extends FSCacheValue> loader)
FSCacheValue
FSNoOpCacheStore. get(java.lang.String key)
FSCacheValue
FSNoOpCacheStore. 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 void
FSDefaultCacheStore. put(java.lang.String key, FSCacheValue value)
void
FSNoOpCacheStore. 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 FSCacheValue
FSDefaultCacheStore. get(java.lang.String key, java.util.concurrent.Callable<? extends FSCacheValue> loader)
FSCacheValue
FSNoOpCacheStore. 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 class
PdfBoxRawPDFontMetrics
Fields 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. _caches
private FSCacheEx<java.lang.String,FSCacheValue>
PdfBoxFontResolver.FontDescription. _metricsCache
Method parameters in com.openhtmltopdf.pdfboxout with type arguments of type FSCacheValue Modifier and Type Method Description PdfRendererBuilder
PdfRendererBuilder. 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. _fontMetricsCache
private FSCacheEx<java.lang.String,FSCacheValue>
MainFontStore. _fontMetricsCache
Constructor 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)
-