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) classRepresents a page of a PDF document.(package private) classRepresents an intermediate node in the page tree of a PDF document.(package private) class(package private) classRepresents a stream object in the sense of the PDF specification.(package private) classRepresents a TrueType font in the sense of the PDF specification.Fields in de.erichseifert.vectorgraphics2d.pdf with type parameters of type PDFObjectModifier and TypeFieldDescriptionPDFDocument.crossReferencesCross-reference table ("xref").PDFDocument.imagesResources.imagesPDFDocument.objectsMethods in de.erichseifert.vectorgraphics2d.pdf that return PDFObjectModifier and TypeMethodDescriptionprivate PDFObjectPDFDocument.addPageTree(DefaultPDFObject catalog, List<PDFObject> pages) Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type PDFObjectModifier and TypeMethodDescriptionprivate DefaultPDFObjectprivate intprivate static byte[]PDFDocument.getOutput(PDFObject image, double x, double y, double width, double height, Resources resources) private intPDFDocument.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 PDFObjectPDFDocument.addPageTree(DefaultPDFObject catalog, List<PDFObject> pages)