Uses of Class
org.apache.fop.svg.PDFDocumentGraphics2D
-
Packages that use PDFDocumentGraphics2D Package Description org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of PDFDocumentGraphics2D in org.apache.fop.svg
Fields in org.apache.fop.svg declared as PDFDocumentGraphics2D Modifier and Type Field Description protected PDFDocumentGraphics2D
PDFTranscoder. graphics
Graphics2D instance that is used to paint toMethods in org.apache.fop.svg with parameters of type PDFDocumentGraphics2D Modifier and Type Method Description void
PDFDocumentGraphics2DConfigurator. configure(PDFDocumentGraphics2D graphics, org.apache.avalon.framework.configuration.Configuration cfg, boolean useComplexScriptFeatures)
Configures a PDFDocumentGraphics2D instance using an Avalon Configuration object.Constructors in org.apache.fop.svg with parameters of type PDFDocumentGraphics2D Constructor Description PDFDocumentGraphics2D(PDFDocumentGraphics2D g)
This constructor supports the create method
-