Package net.sf.jasperreports.export
Interface Graphics2DExporterOutput
- All Superinterfaces:
ExporterOutput
- All Known Implementing Classes:
SimpleGraphics2DExporterOutput
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionThe java.awt.Graphics2D instance used for export.
-
Method Details
-
getGraphics2D
Graphics2D getGraphics2D()The java.awt.Graphics2D instance used for export.
-