Uses of Class
de.erichseifert.vectorgraphics2d.pdf.Resources
-
Packages that use Resources Package Description de.erichseifert.vectorgraphics2d.pdf Implementation of a processor to convert VectorGraphics2D intermediate language commands to the Portable Document Format (PDF). -
-
Uses of Resources in de.erichseifert.vectorgraphics2d.pdf
Fields in de.erichseifert.vectorgraphics2d.pdf declared as Resources Modifier and Type Field Description private Resources
Page. resources
private Resources
PDFDocument. resources
Methods in de.erichseifert.vectorgraphics2d.pdf that return Resources Modifier and Type Method Description Resources
Page. getResources()
Returns theResources
object associated with thisPage
.Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type Resources Modifier and Type Method Description private byte[]
PDFDocument. getOutput(GraphicsState state, Resources resources, boolean first)
private static byte[]
PDFDocument. getOutput(PDFObject image, double x, double y, double width, double height, Resources resources)
private byte[]
PDFDocument. toBytes(Resources resources)
Constructors in de.erichseifert.vectorgraphics2d.pdf with parameters of type Resources Constructor Description Page(Resources resources, java.awt.geom.Rectangle2D mediaBox, DefaultPDFObject contents)
Initializes aPage
with the specified parent node, MediaBox and contents.
-