|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.JRAbstractExporter.BaseExporterContext
public abstract class JRAbstractExporter.BaseExporterContext
Constructor Summary | |
---|---|
JRAbstractExporter.BaseExporterContext()
|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.export.JRExporterContext |
---|
getExportPropertiesPrefix |
Constructor Detail |
---|
public JRAbstractExporter.BaseExporterContext()
Method Detail |
---|
public JRExporter getExporter()
JRExporterContext
getExporter
in interface JRExporterContext
public JasperPrint getExportedReport()
JRExporterContext
getExportedReport
in interface JRExporterContext
public java.util.Map 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |