Uses of Class
com.orsonpdf.PDFGraphics2D
-
Packages that use PDFGraphics2D Package Description com.orsonpdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF). -
-
Uses of PDFGraphics2D in com.orsonpdf
Fields in com.orsonpdf declared as PDFGraphics2D Modifier and Type Field Description private PDFGraphics2D
Page. graphics2d
The Graphics2D for writing to the page contents.Methods in com.orsonpdf that return PDFGraphics2D Modifier and Type Method Description PDFGraphics2D
Page. getGraphics2D()
Returns thePDFGraphics2D
instance for drawing to the page.
-