net.sf.jasperreports.engine.export
Interface GenericElementJExcelApiHandler

All Superinterfaces:
GenericElementHandler
All Known Implementing Classes:
MapElementJExcelApiHandler

public interface GenericElementJExcelApiHandler
extends GenericElementHandler

A generic print element XLS export handler.

Version:
$Id: GenericElementJExcelApiHandler.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 void exportElement(JExcelApiExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
          Exports a generic element.
 
Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
 

Method Detail

exportElement

void exportElement(JExcelApiExporterContext exporterContext,
                   JRGenericPrintElement element,
                   JRExporterGridCell gridCell,
                   int colIndex,
                   int rowIndex,
                   int emptyCols,
                   int yCutsRow,
                   JRGridLayout layout)
Exports a generic element.

Access to the exporter output and environment is provided via the JExcelApiExporterContext argument.

Parameters:
exporterContext - the exporter context
element - the generic element to export


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com