Uses of Class
org.apache.fop.svg.PDFGraphics2D
-
Packages that use PDFGraphics2D Package Description org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of PDFGraphics2D in org.apache.fop.svg
Subclasses of PDFGraphics2D in org.apache.fop.svg Modifier and Type Class Description class
PDFDocumentGraphics2D
This class is a wrapper for thePDFGraphics2D
that is used to create a full document around the PDF rendering fromPDFGraphics2D
.Fields in org.apache.fop.svg declared as PDFGraphics2D Modifier and Type Field Description private PDFGraphics2D
PDFTextPainter. pdf
Constructors in org.apache.fop.svg with parameters of type PDFGraphics2D Constructor Description PDFGraphics2D(PDFGraphics2D g)
This constructor supports the create method.
-