net.sf.jasperreports.engine.export
public interface JRExporterContext
Modifier and Type | Method and Description |
---|---|
JasperPrint |
getExportedReport()
Returns the report which is currently exported.
|
JRExporter |
getExporter()
Returns the current exporter.
|
java.util.Map |
getExportParameters()
Returns the map of export parameters.
|
java.lang.String |
getExportPropertiesPrefix()
Returns the properties prefix for the current exporter.
|
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.
|
JRExporter getExporter()
JasperPrint getExportedReport()
java.lang.String getExportPropertiesPrefix()
java.util.Map getExportParameters()
The map uses JRExporterParameter
instances as keys.
int getOffsetX()
int getOffsetY()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com