public interface JRExporterContext
Modifier and Type | Method and Description |
---|---|
JasperPrint |
getExportedReport()
Returns the report which is currently exported.
|
JRExporter |
getExporter()
Deprecated.
Replaced by
getExporterRef() . |
Exporter |
getExporterRef()
Returns the current exporter.
|
java.util.Map<JRExporterParameter,java.lang.Object> |
getExportParameters()
Deprecated.
To be removed.
|
java.lang.String |
getExportPropertiesPrefix()
Deprecated.
Replaced by
JRAbstractExporter.getExporterPropertiesPrefix() . |
JasperReportsContext |
getJasperReportsContext() |
int |
getOffsetX()
Returns the current X-axis offset at which elements should be exported.
|
int |
getOffsetY()
Returns the current Y-axis offset at which elements should be exported.
|
java.lang.Object |
getValue(java.lang.String key) |
java.util.Map<java.lang.String,java.lang.Object> |
getValues() |
void |
setValue(java.lang.String key,
java.lang.Object value) |
JRExporter getExporter()
getExporterRef()
.Exporter getExporterRef()
JasperReportsContext getJasperReportsContext()
JasperPrint getExportedReport()
java.lang.String getExportPropertiesPrefix()
JRAbstractExporter.getExporterPropertiesPrefix()
.java.util.Map<JRExporterParameter,java.lang.Object> getExportParameters()
The map uses JRExporterParameter
instances as keys.
int getOffsetX()
int getOffsetY()
java.lang.Object getValue(java.lang.String key)
void setValue(java.lang.String key, java.lang.Object value)
java.util.Map<java.lang.String,java.lang.Object> getValues()
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com