Uses of Interface
de.erichseifert.vectorgraphics2d.pdf.PDFObject
Packages that use PDFObject
Package
Description
Implementation of a processor to convert VectorGraphics2D intermediate
language commands to the Portable Document Format (PDF).
-
Uses of PDFObject in de.erichseifert.vectorgraphics2d.pdf
Classes in de.erichseifert.vectorgraphics2d.pdf that implement PDFObjectModifier and TypeClassDescription(package private) class
(package private) class
Represents a page of a PDF document.(package private) class
Represents an intermediate node in the page tree of a PDF document.(package private) class
(package private) class
Represents a stream object in the sense of the PDF specification.(package private) class
Represents a TrueType font in the sense of the PDF specification.Fields in de.erichseifert.vectorgraphics2d.pdf with type parameters of type PDFObjectModifier and TypeFieldDescriptionPDFDocument.crossReferences
Cross-reference table ("xref").PDFDocument.images
Resources.images
PDFDocument.objects
Methods in de.erichseifert.vectorgraphics2d.pdf that return PDFObjectModifier and TypeMethodDescriptionprivate PDFObject
PDFDocument.addPageTree
(DefaultPDFObject catalog, List<PDFObject> pages) Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type PDFObjectModifier and TypeMethodDescriptionprivate DefaultPDFObject
private int
private static byte[]
PDFDocument.getOutput
(PDFObject image, double x, double y, double width, double height, Resources resources) private int
PDFDocument.getVersion
(PDFObject object) Returns the version of the specified object.byte[]
Method parameters in de.erichseifert.vectorgraphics2d.pdf with type arguments of type PDFObjectModifier and TypeMethodDescriptionprivate PDFObject
PDFDocument.addPageTree
(DefaultPDFObject catalog, List<PDFObject> pages)