|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRExporterContext
A context that represents information about an export process.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
JRExporter getExporter()
JasperPrint getExportedReport()
java.lang.String getExportPropertiesPrefix()
java.util.Map getExportParameters()
The map uses JRExporterParameter instances as keys.
int getOffsetX()
int getOffsetY()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||