Uses of Interface
org.apache.pdfbox.pdmodel.ResourceCache
Packages that use ResourceCache
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
Classes to deal with font functionality in a PDF Document.
This package deals with Form XObjects that are stored in a PDF document.
This package deals with patterns which are used instead of colors.
-
Uses of ResourceCache in org.apache.pdfbox.pdmodel
Classes in org.apache.pdfbox.pdmodel that implement ResourceCacheModifier and TypeClassDescriptionclass
A resource cached based on SoftReference, retains resources until memory pressure causes them to be garbage collected.Methods in org.apache.pdfbox.pdmodel that return ResourceCacheModifier and TypeMethodDescriptionPDDocument.getResourceCache()
Returns the resource cache associated with this document, or null if there is none.PDPage.getResourceCache()
Returns the resource cache associated with this page, or null if there is none.PDResources.getResourceCache()
Returns the resource cache associated with the Resources, or null if there is none.Methods in org.apache.pdfbox.pdmodel with parameters of type ResourceCacheModifier and TypeMethodDescriptionvoid
PDDocument.setResourceCache
(ResourceCache resourceCache) Sets the resource cache associated with this document.Constructors in org.apache.pdfbox.pdmodel with parameters of type ResourceCacheModifierConstructorDescriptionPDResources
(COSDictionary resourceDictionary, ResourceCache resourceCache) Constructor for reading. -
Uses of ResourceCache in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font with parameters of type ResourceCacheModifier and TypeMethodDescriptionstatic PDFont
PDFontFactory.createFont
(COSDictionary dictionary, ResourceCache resourceCache) Creates a new PDFont instance with the appropriate subclass.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type ResourceCacheModifierConstructorDescriptionPDType3Font
(COSDictionary fontDictionary, ResourceCache resourceCache) Constructor. -
Uses of ResourceCache in org.apache.pdfbox.pdmodel.graphics.form
Constructors in org.apache.pdfbox.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.apache.pdfbox.pdmodel.graphics.pattern
Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type ResourceCacheModifier and TypeMethodDescriptionstatic PDAbstractPattern
PDAbstractPattern.create
(COSDictionary dictionary, ResourceCache resourceCache) Create the correct PD Model pattern based on the COS base pattern.Constructors in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type ResourceCacheModifierConstructorDescriptionPDTilingPattern
(COSDictionary dictionary, ResourceCache resourceCache) Creates a new tiling pattern from the given COS dictionary.