Uses of Class
de.erichseifert.vectorgraphics2d.pdf.Resources
Packages that use Resources
Package
Description
Implementation of a processor to convert VectorGraphics2D intermediate
language commands to the Portable Document Format (PDF).
-
Uses of Resources in de.erichseifert.vectorgraphics2d.pdf
Fields in de.erichseifert.vectorgraphics2d.pdf declared as ResourcesModifier and TypeFieldDescriptionprivate final Resources
Page.resources
private Resources
PDFDocument.resources
Methods in de.erichseifert.vectorgraphics2d.pdf that return ResourcesModifier and TypeMethodDescriptionPage.getResources()
Returns theResources
object associated with thisPage
.Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type ResourcesModifier and TypeMethodDescriptionprivate byte[]
PDFDocument.getOutput
(GraphicsState state, Resources resources, boolean first) private static byte[]
PDFDocument.getOutput
(PDFObject image, double x, double y, double width, double height, Resources resources) private byte[]
Constructors in de.erichseifert.vectorgraphics2d.pdf with parameters of type ResourcesModifierConstructorDescriptionPage
(Resources resources, Rectangle2D mediaBox, DefaultPDFObject contents) Initializes aPage
with the specified parent node, MediaBox and contents.