Uses of Class
org.sejda.sambox.pdmodel.PDResources
Packages that use PDResources
Package
Description
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDResources in org.sejda.sambox.contentstream
Methods in org.sejda.sambox.contentstream that return PDResourcesModifier and TypeMethodDescriptionPDContentStream.getResources()Returns this stream's resources, if any.PDFStreamEngine.getResources() -
Uses of PDResources in org.sejda.sambox.pdmodel
Fields in org.sejda.sambox.pdmodel declared as PDResourcesModifier and TypeFieldDescriptionprotected final PDResourcesPDAbstractContentStream.resourcesprotected final PDResourcesPDAbstractContentStream.resourcesprotected final PDResourcesPDAbstractContentStream.resourcesMethods in org.sejda.sambox.pdmodel that return PDResourcesModifier and TypeMethodDescriptionPDPage.getResources()A dictionary containing any resources required by the page.Methods in org.sejda.sambox.pdmodel with parameters of type PDResourcesModifier and TypeMethodDescriptionvoidPDPage.setResources(PDResources resources) This will set the resources for this page. -
Uses of PDResources in org.sejda.sambox.pdmodel.font
Methods in org.sejda.sambox.pdmodel.font that return PDResourcesModifier and TypeMethodDescriptionPDType3CharProc.getResources()PDType3Font.getResources()Returns the optional resources of the type3 stream. -
Uses of PDResources in org.sejda.sambox.pdmodel.graphics
Methods in org.sejda.sambox.pdmodel.graphics with parameters of type PDResourcesModifier and TypeMethodDescriptionstatic PDXObjectPDXObject.createXObject(COSBase base, PDResources resources) Creates a new XObject instance of the appropriate type for the COS stream. -
Uses of PDResources in org.sejda.sambox.pdmodel.graphics.color
Methods in org.sejda.sambox.pdmodel.graphics.color with parameters of type PDResourcesModifier and TypeMethodDescriptionstatic PDColorSpacePDColorSpace.create(COSBase colorSpace, PDResources resources) Creates a color space given a name or array.static PDColorSpacePDColorSpace.create(COSBase colorSpace, PDResources resources, boolean wasDefault) static PDICCBasedPDICCBased.create(COSArray iccArray, PDResources resources) Creates a new ICC color space using the PDF array, optionally using a resource cache.Constructors in org.sejda.sambox.pdmodel.graphics.color with parameters of type PDResourcesModifierConstructorDescriptionPDIndexed(COSArray indexedArray, PDResources resources) Creates a new indexed color space from the given PDF array.PDPattern(PDResources resources) Creates a new pattern color space.PDPattern(PDResources resources, PDColorSpace colorSpace) Creates a new uncolored tiling pattern color space. -
Uses of PDResources in org.sejda.sambox.pdmodel.graphics.form
Methods in org.sejda.sambox.pdmodel.graphics.form that return PDResourcesMethods in org.sejda.sambox.pdmodel.graphics.form with parameters of type PDResourcesModifier and TypeMethodDescriptionPDTransparencyGroupAttributes.getColorSpace(PDResources resources) Returns the group color space or null if it isn't defined.voidPDFormXObject.setResources(PDResources resources) This will set the resources for this page. -
Uses of PDResources in org.sejda.sambox.pdmodel.graphics.image
Constructors in org.sejda.sambox.pdmodel.graphics.image with parameters of type PDResourcesModifierConstructorDescriptionPDImageXObject(PDStream stream, PDResources resources) Creates an Image XObject with the given stream as its contents and current color spaces.PDInlineImage(COSDictionary parameters, byte[] data, PDResources resources) Creates an inline image from the given parameters and data. -
Uses of PDResources in org.sejda.sambox.pdmodel.graphics.pattern
Methods in org.sejda.sambox.pdmodel.graphics.pattern that return PDResourcesModifier and TypeMethodDescriptionPDTilingPattern.getResources()This will get the resources for this pattern.Methods in org.sejda.sambox.pdmodel.graphics.pattern with parameters of type PDResourcesModifier and TypeMethodDescriptionvoidPDTilingPattern.setResources(PDResources resources) This will set the resources for this pattern. -
Uses of PDResources in org.sejda.sambox.pdmodel.interactive.form
Methods in org.sejda.sambox.pdmodel.interactive.form that return PDResourcesModifier and TypeMethodDescriptionPDAcroForm.getDefaultResources()This will get the default resources for the acro form.Methods in org.sejda.sambox.pdmodel.interactive.form with parameters of type PDResourcesModifier and TypeMethodDescriptionvoidPDAcroForm.setDefaultResources(PDResources dr) This will set the default resources for the acroform.