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, wait
isBreakAfterRow, isBreakBeforeRow, isDeep, isHorizontallyMergeEmptyCells, isIgnoreLastRow, isIgnorePageMargins, isSpanCells
isToExport
protected 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 ExporterNature
public void setXProperties(Map<String,Object> xCutsProperties, JRPrintElement element)
setXProperties
in interface ExporterNature
public void setYProperties(CutsInfo yCuts, JRPrintElement element, int row1, int col1, int row2, int col2)
setYProperties
in interface ExporterNature
public void setYProperties(Map<String,Object> yCutsProperties, JRPrintElement element)
setYProperties
in interface ExporterNature
Copyright © 2016. All rights reserved.