Uses of Class
net.sf.jasperreports.engine.export.JRGraphics2DExporterParameter
-
Packages that use JRGraphics2DExporterParameter Package Description net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc. -
-
Uses of JRGraphics2DExporterParameter in net.sf.jasperreports.engine.export
Fields in net.sf.jasperreports.engine.export declared as JRGraphics2DExporterParameter Modifier and Type Field Description static JRGraphics2DExporterParameterJRGraphics2DExporterParameter. GRAPHICS_2DDeprecated.Replaced byGraphics2DExporterOutput.getGraphics2D().static JRGraphics2DExporterParameterJRGraphics2DExporterParameter. MINIMIZE_PRINTER_JOB_SIZEDeprecated.static JRGraphics2DExporterParameterJRGraphics2DExporterParameter. ZOOM_RATIODeprecated.Replaced byGraphics2DReportConfiguration.getZoomRatio().
-