public class MapElementJExcelApiHandler extends Object implements GenericElementJExcelApiHandler
Constructor and Description |
---|
MapElementJExcelApiHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
exportElement(JExcelApiExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Deprecated.
Exports a generic element.
|
static MapElementJExcelApiHandler |
getInstance()
Deprecated.
|
boolean |
toExport(JRGenericPrintElement element)
Deprecated.
Decides whether a generic print element is to be exported.
|
public static MapElementJExcelApiHandler getInstance()
public void exportElement(JExcelApiExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
GenericElementJExcelApiHandler
Access to the exporter output and environment is provided via the
JExcelApiExporterContext
argument.
exportElement
in interface GenericElementJExcelApiHandler
exporterContext
- the exporter contextelement
- the generic element to exportpublic boolean toExport(JRGenericPrintElement element)
GenericElementHandler
toExport
in interface GenericElementHandler
element
- the elementCopyright © 2017. All rights reserved.