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) classDefaultPDFObject(package private) classPageRepresents a page of a PDF document.(package private) classPageTreeNodeRepresents an intermediate node in the page tree of a PDF document.(package private) classResources(package private) classStreamRepresents a stream object in the sense of the PDF specification.(package private) classTrueTypeFontRepresents 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. crossReferencesCross-reference table ("xref").private java.util.Map<java.lang.Integer,PDFObject>PDFDocument. imagesprivate java.util.Map<PDFObject,java.lang.String>Resources. imagesprivate java.util.List<PDFObject>PDFDocument. objectsMethods in de.erichseifert.vectorgraphics2d.pdf that return PDFObject Modifier and Type Method Description private PDFObjectPDFDocument. 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 DefaultPDFObjectPDFDocument. addPage(PDFObject pageTree)private intPDFDocument. getId(PDFObject object)java.lang.StringResources. getId(PDFObject image)private 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[]PDFDocument. toBytes(PDFObject object)Method parameters in de.erichseifert.vectorgraphics2d.pdf with type arguments of type PDFObject Modifier and Type Method Description private PDFObjectPDFDocument. addPageTree(DefaultPDFObject catalog, java.util.List<PDFObject> pages)
-