public abstract class AbstractExporterNature extends Object implements ExporterNature
| Modifier and Type | Field and Description |
|---|---|
protected ExporterFilter |
filter |
protected GenericElementHandlerEnviroment |
handlerEnvironment |
protected JasperReportsContext |
jasperReportsContext |
protected JRPropertiesUtil |
propertiesUtil |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
JRPropertiesUtil |
getPropertiesUtil() |
void |
setXProperties(CutsInfo xCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
void |
setXProperties(Map<String,Object> xCutsProperties,
JRPrintElement element) |
void |
setYProperties(CutsInfo yCuts,
JRPrintElement element,
int row1,
int col1,
int row2,
int col2) |
void |
setYProperties(Map<String,Object> yCutsProperties,
JRPrintElement element) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisBreakAfterRow, isBreakBeforeRow, isDeep, isHorizontallyMergeEmptyCells, isIgnoreLastRow, isIgnorePageMargins, isSpanCellsisToExportprotected final JasperReportsContext jasperReportsContext
protected final GenericElementHandlerEnviroment handlerEnvironment
protected final JRPropertiesUtil propertiesUtil
protected final ExporterFilter filter
protected AbstractExporterNature(JasperReportsContext jasperReportsContext, ExporterFilter filter)
public JRPropertiesUtil getPropertiesUtil()
public void setXProperties(CutsInfo xCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
setXProperties in interface ExporterNaturepublic void setXProperties(Map<String,Object> xCutsProperties, JRPrintElement element)
setXProperties in interface ExporterNaturepublic void setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
setYProperties in interface ExporterNaturepublic void setYProperties(Map<String,Object> yCutsProperties, JRPrintElement element)
setYProperties in interface ExporterNatureCopyright © 2017. All rights reserved.