Uses of Interface
de.erichseifert.vectorgraphics2d.pdf.PDFObject
-
Packages that use PDFObject Package Description de.erichseifert.vectorgraphics2d.pdf 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 PDFObject Modifier and Type Class Description (package private) class
DefaultPDFObject
(package private) class
Page
Represents a page of a PDF document.(package private) class
PageTreeNode
Represents an intermediate node in the page tree of a PDF document.(package private) class
Resources
(package private) class
Stream
Represents a stream object in the sense of the PDF specification.(package private) class
TrueTypeFont
Represents a TrueType font in the sense of the PDF specification.Fields in de.erichseifert.vectorgraphics2d.pdf with type parameters of type PDFObject Modifier and Type Field Description private java.util.Map<PDFObject,java.lang.Long>
PDFDocument. crossReferences
Cross-reference table ("xref").private java.util.Map<java.lang.Integer,PDFObject>
PDFDocument. images
private java.util.Map<PDFObject,java.lang.String>
Resources. images
private java.util.List<PDFObject>
PDFDocument. objects
Methods in de.erichseifert.vectorgraphics2d.pdf that return PDFObject Modifier and Type Method Description private PDFObject
PDFDocument. addPageTree(DefaultPDFObject catalog, java.util.List<PDFObject> pages)
Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type PDFObject Modifier and Type Method Description private DefaultPDFObject
PDFDocument. addPage(PDFObject pageTree)
private int
PDFDocument. getId(PDFObject object)
java.lang.String
Resources. getId(PDFObject image)
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[]
PDFDocument. toBytes(PDFObject object)
Method parameters in de.erichseifert.vectorgraphics2d.pdf with type arguments of type PDFObject Modifier and Type Method Description private PDFObject
PDFDocument. addPageTree(DefaultPDFObject catalog, java.util.List<PDFObject> pages)
-