Package net.sf.jasperreports.export
Class SimpleGraphics2DExporterOutput
- java.lang.Object
-
- net.sf.jasperreports.export.SimpleGraphics2DExporterOutput
-
- All Implemented Interfaces:
ExporterOutput,Graphics2DExporterOutput
public class SimpleGraphics2DExporterOutput extends java.lang.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 java.awt.Graphics2DgetGraphics2D()The java.awt.Graphics2D instance used for export.voidsetGraphics2D(java.awt.Graphics2D grx)
-
-
-
Method Detail
-
getGraphics2D
public java.awt.Graphics2D getGraphics2D()
Description copied from interface:Graphics2DExporterOutputThe java.awt.Graphics2D instance used for export.- Specified by:
getGraphics2Din interfaceGraphics2DExporterOutput
-
setGraphics2D
public void setGraphics2D(java.awt.Graphics2D grx)
-
-