Class JRGraphics2DExporterParameter
- java.lang.Object
-
- net.sf.jasperreports.engine.JRExporterParameter
-
- net.sf.jasperreports.engine.export.JRGraphics2DExporterParameter
-
public class JRGraphics2DExporterParameter extends JRExporterParameter
Deprecated.Replaced byGraphics2DExporterConfigurationandGraphics2DExporterOutput.Contains parameters useful for export to an AWT Graphics2D object.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static JRGraphics2DExporterParameterGRAPHICS_2DDeprecated.Replaced byGraphics2DExporterOutput.getGraphics2D().static JRGraphics2DExporterParameterMINIMIZE_PRINTER_JOB_SIZEDeprecated.static JRGraphics2DExporterParameterZOOM_RATIODeprecated.Replaced byGraphics2DReportConfiguration.getZoomRatio().-
Fields inherited from class net.sf.jasperreports.engine.JRExporterParameter
CHARACTER_ENCODING, CLASS_LOADER, END_PAGE_INDEX, FILTER, HYPERLINK_PRODUCER_FACTORY, IGNORE_PAGE_MARGINS, INPUT_FILE, INPUT_FILE_NAME, INPUT_ITEM_LIST, INPUT_STREAM, INPUT_URL, JASPER_PRINT, JASPER_PRINT_LIST, OFFSET_X, OFFSET_Y, OUTPUT_FILE, OUTPUT_FILE_NAME, OUTPUT_STREAM, OUTPUT_STRING_BUFFER, OUTPUT_WRITER, PAGE_INDEX, PARAMETERS_OVERRIDE_REPORT_HINTS, PROGRESS_MONITOR, PROPERTY_EXPORT_PARAMETERS_OVERRIDE_REPORT_HINTS, START_PAGE_INDEX, URL_HANDLER_FACTORY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJRGraphics2DExporterParameter(java.lang.String name)Deprecated.
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.engine.JRExporterParameter
toString
-
-
-
-
Field Detail
-
GRAPHICS_2D
public static final JRGraphics2DExporterParameter GRAPHICS_2D
Deprecated.Replaced byGraphics2DExporterOutput.getGraphics2D().
-
ZOOM_RATIO
public static final JRGraphics2DExporterParameter ZOOM_RATIO
Deprecated.Replaced byGraphics2DReportConfiguration.getZoomRatio().
-
MINIMIZE_PRINTER_JOB_SIZE
public static final JRGraphics2DExporterParameter MINIMIZE_PRINTER_JOB_SIZE
Deprecated.
-
-