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 ResourcesPage.resourcesprivate ResourcesPDFDocument.resourcesMethods in de.erichseifert.vectorgraphics2d.pdf that return ResourcesModifier and TypeMethodDescriptionPage.getResources()Returns theResourcesobject 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 aPagewith the specified parent node, MediaBox and contents.