Uses of Class
org.jfree.pdf.PDFGraphics2D
-
Packages that use PDFGraphics2D Package Description org.jfree.pdf ContainsPDFGraphics2Dand supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF). -
-
Uses of PDFGraphics2D in org.jfree.pdf
Fields in org.jfree.pdf declared as PDFGraphics2D Modifier and Type Field Description private PDFGraphics2DPage. graphics2dThe Graphics2D for writing to the page contents.Methods in org.jfree.pdf that return PDFGraphics2D Modifier and Type Method Description PDFGraphics2DPage. getGraphics2D()Returns thePDFGraphics2Dinstance for drawing to the page.
-