Uses of Class
de.erichseifert.vectorgraphics2d.pdf.DefaultPDFObject
-
Packages that use DefaultPDFObject Package Description de.erichseifert.vectorgraphics2d.pdf Implementation of a processor to convert VectorGraphics2D intermediate language commands to the Portable Document Format (PDF). -
-
Uses of DefaultPDFObject in de.erichseifert.vectorgraphics2d.pdf
Subclasses of DefaultPDFObject in de.erichseifert.vectorgraphics2d.pdf Modifier and Type Class Description (package private) class
Resources
Fields in de.erichseifert.vectorgraphics2d.pdf declared as DefaultPDFObject Modifier and Type Field Description private DefaultPDFObject
Page. contents
Methods in de.erichseifert.vectorgraphics2d.pdf that return DefaultPDFObject Modifier and Type Method Description private DefaultPDFObject
PDFDocument. addCatalog()
private DefaultPDFObject
PDFDocument. addDictionary(java.util.Map<java.lang.String,java.lang.Object> dict)
private DefaultPDFObject
PDFDocument. addObject(java.awt.Image image)
private DefaultPDFObject
PDFDocument. addObject(java.util.Map<java.lang.String,java.lang.Object> dict, Payload payload)
private DefaultPDFObject
PDFDocument. addPage(PDFObject pageTree)
DefaultPDFObject
Page. getContents()
Returns the contents of thisPage
.Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type DefaultPDFObject Modifier and Type Method Description private PDFObject
PDFDocument. addPageTree(DefaultPDFObject catalog, java.util.List<PDFObject> pages)
Constructors in de.erichseifert.vectorgraphics2d.pdf with parameters of type DefaultPDFObject Constructor Description Page(Resources resources, java.awt.geom.Rectangle2D mediaBox, DefaultPDFObject contents)
Initializes aPage
with the specified parent node, MediaBox and contents.
-