Package net.sf.jasperreports.export
Class SimpleGraphics2DExporterOutput
- java.lang.Object
-
- net.sf.jasperreports.export.SimpleGraphics2DExporterOutput
-
- All Implemented Interfaces:
ExporterOutput
,Graphics2DExporterOutput
public class SimpleGraphics2DExporterOutput extends Object implements Graphics2DExporterOutput
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description SimpleGraphics2DExporterOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Graphics2D
getGraphics2D()
The java.awt.Graphics2D instance used for export.void
setGraphics2D(Graphics2D grx)
-
-
-
Method Detail
-
getGraphics2D
public Graphics2D getGraphics2D()
Description copied from interface:Graphics2DExporterOutput
The java.awt.Graphics2D instance used for export.- Specified by:
getGraphics2D
in interfaceGraphics2DExporterOutput
-
setGraphics2D
public void setGraphics2D(Graphics2D grx)
-
-