Class ParametersGraphics2DExporterOutput
- java.lang.Object
-
- net.sf.jasperreports.export.parameters.ParametersGraphics2DExporterOutput
-
- All Implemented Interfaces:
ExporterOutput,Graphics2DExporterOutput
public class ParametersGraphics2DExporterOutput extends java.lang.Object implements Graphics2DExporterOutput
Deprecated.To be removed.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXCEPTION_MESSAGE_KEY_NO_OUTPUT_SPECIFIEDDeprecated.
-
Constructor Summary
Constructors Constructor Description ParametersGraphics2DExporterOutput(java.util.Map<JRExporterParameter,java.lang.Object> parameters)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.awt.Graphics2DgetGraphics2D()Deprecated.The java.awt.Graphics2D instance used for export.
-
-
-
Field Detail
-
EXCEPTION_MESSAGE_KEY_NO_OUTPUT_SPECIFIED
public static final java.lang.String EXCEPTION_MESSAGE_KEY_NO_OUTPUT_SPECIFIED
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParametersGraphics2DExporterOutput
public ParametersGraphics2DExporterOutput(java.util.Map<JRExporterParameter,java.lang.Object> parameters)
Deprecated.
-
-
Method Detail
-
getGraphics2D
public java.awt.Graphics2D getGraphics2D()
Deprecated.Description copied from interface:Graphics2DExporterOutputThe java.awt.Graphics2D instance used for export.- Specified by:
getGraphics2Din interfaceGraphics2DExporterOutput
-
-