net.sf.jasperreports.engine
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()
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExportPropertiesPrefix
public JRAbstractExporter.BaseExporterContext()
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
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com