Package net.sf.jasperreports.export
Class SimpleGraphics2DExporterOutput
java.lang.Object
net.sf.jasperreports.export.SimpleGraphics2DExporterOutput
- All Implemented Interfaces:
ExporterOutput,Graphics2DExporterOutput
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe java.awt.Graphics2D instance used for export.voidsetGraphics2D(Graphics2D grx)
-
Constructor Details
-
SimpleGraphics2DExporterOutput
public SimpleGraphics2DExporterOutput()
-
-
Method Details
-
getGraphics2D
Description copied from interface:Graphics2DExporterOutputThe java.awt.Graphics2D instance used for export.- Specified by:
getGraphics2Din interfaceGraphics2DExporterOutput
-
setGraphics2D
-