Uses of Interface
org.sejda.sambox.pdmodel.ResourceCache
Packages that use ResourceCache
Package
Description
-
Uses of ResourceCache in org.sejda.sambox.pdmodel
Classes in org.sejda.sambox.pdmodel that implement ResourceCacheModifier and TypeClassDescriptionclassA resource cached based on SoftReference, retains resources until memory pressure causes them to be garbage collected.Methods in org.sejda.sambox.pdmodel that return ResourceCacheModifier and TypeMethodDescriptionPDDocument.getResourceCache()Returns the resource cache associated with this document, or null if there is none.PDPage.getResourceCache()PDResources.getResourceCache()Returns the resource cache associated with the Resources, or null if there is none.Constructors in org.sejda.sambox.pdmodel with parameters of type ResourceCacheModifierConstructorDescriptionPDResources(COSDictionary resourceDictionary, ResourceCache resourceCache) Constructor for reading.PDResources(COSDictionary resourceDictionary, ResourceCache resourceCache, Map<COSName, SoftReference<PDFont>> directFontCache) Constructor for reading. -
Uses of ResourceCache in org.sejda.sambox.pdmodel.font
Methods in org.sejda.sambox.pdmodel.font with parameters of type ResourceCacheModifier and TypeMethodDescriptionstatic PDFontPDFontFactory.createFont(COSDictionary dictionary, ResourceCache resourceCache) Creates a new PDFont instance with the appropriate subclass.Constructors in org.sejda.sambox.pdmodel.font with parameters of type ResourceCacheModifierConstructorDescriptionPDType3Font(COSDictionary fontDictionary, ResourceCache resourceCache) -
Uses of ResourceCache in org.sejda.sambox.pdmodel.graphics.form
Constructors in org.sejda.sambox.pdmodel.graphics.form with parameters of type ResourceCacheModifierConstructorDescriptionPDFormXObject(COSStream stream, ResourceCache cache) Creates a Form XObject for reading.PDTransparencyGroup(COSStream stream, ResourceCache cache) Creates a Transparency Group for reading. -
Uses of ResourceCache in org.sejda.sambox.pdmodel.graphics.pattern
Methods in org.sejda.sambox.pdmodel.graphics.pattern with parameters of type ResourceCacheModifier and TypeMethodDescriptionstatic PDAbstractPatternPDAbstractPattern.create(COSDictionary resourceDictionary, ResourceCache resourceCache) Create the correct PD Model pattern based on the COS base pattern.Constructors in org.sejda.sambox.pdmodel.graphics.pattern with parameters of type ResourceCacheModifierConstructorDescriptionPDTilingPattern(COSDictionary dictionary, ResourceCache resourceCache) Creates a new tiling pattern from the given COS dictionary.