public abstract class JRAbstractExporter.BaseExporterContext extends java.lang.Object implements JRExporterContext
Constructor and Description |
---|
JRAbstractExporter.BaseExporterContext() |
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()
Returns the map of export parameters.
|
java.lang.String |
getExportPropertiesPrefix() |
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) |
public JRAbstractExporter.BaseExporterContext()
public JRExporter getExporter()
getExporterRef()
.getExporter
in interface JRExporterContext
public Exporter getExporterRef()
JRExporterContext
getExporterRef
in interface JRExporterContext
public JasperReportsContext getJasperReportsContext()
getJasperReportsContext
in interface JRExporterContext
public JasperPrint getExportedReport()
JRExporterContext
getExportedReport
in interface JRExporterContext
public java.util.Map<JRExporterParameter,java.lang.Object> getExportParameters()
JRExporterContext
The map uses JRExporterParameter
instances as keys.
getExportParameters
in interface JRExporterContext
public int getOffsetX()
JRExporterContext
getOffsetX
in interface JRExporterContext
public int getOffsetY()
JRExporterContext
getOffsetY
in interface JRExporterContext
public java.lang.String getExportPropertiesPrefix()
getExportPropertiesPrefix
in interface JRExporterContext
public java.lang.Object getValue(java.lang.String key)
getValue
in interface JRExporterContext
public void setValue(java.lang.String key, java.lang.Object value)
setValue
in interface JRExporterContext
public java.util.Map<java.lang.String,java.lang.Object> getValues()
getValues
in interface JRExporterContext
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com