Package net.sf.jasperreports.export
Interface Graphics2DExporterOutput
-
- All Superinterfaces:
ExporterOutput
- All Known Implementing Classes:
SimpleGraphics2DExporterOutput
public interface Graphics2DExporterOutput extends ExporterOutput
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Graphics2D
getGraphics2D()
The java.awt.Graphics2D instance used for export.
-
-
-
Method Detail
-
getGraphics2D
Graphics2D getGraphics2D()
The java.awt.Graphics2D instance used for export.
-
-