|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.JRExporterParameter
net.sf.jasperreports.engine.export.JRGraphics2DExporterParameter
public class JRGraphics2DExporterParameter
Contains parameters useful for export to an AWT Graphics2D object.
| Field Summary | |
|---|---|
static JRGraphics2DExporterParameter |
GRAPHICS_2D
The java.awt.Graphics2D instance used for export. |
static JRGraphics2DExporterParameter |
MINIMIZE_PRINTER_JOB_SIZE
Flag to control the use of an AWT rendering fix which causes the printer job size to be reduced when the exporter draws onto a printer graphic context. |
static JRGraphics2DExporterParameter |
ZOOM_RATIO
The zoom ratio used for the export. |
| Constructor Summary | |
|---|---|
protected |
JRGraphics2DExporterParameter(java.lang.String name)
|
| Method Summary |
|---|
| Methods inherited from class net.sf.jasperreports.engine.JRExporterParameter |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final JRGraphics2DExporterParameter GRAPHICS_2D
public static final JRGraphics2DExporterParameter ZOOM_RATIO
public static final JRGraphics2DExporterParameter MINIMIZE_PRINTER_JOB_SIZE
MINIMIZE_PRINTER_JOB_SIZE property.
This export parameter overrides the property value.
JRGraphics2DExporter.MINIMIZE_PRINTER_JOB_SIZE| Constructor Detail |
|---|
protected JRGraphics2DExporterParameter(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||