net.sf.jasperreports.components.map
Class MapElementOdtHandler
java.lang.Object
net.sf.jasperreports.components.map.MapElementOdtHandler
- All Implemented Interfaces:
- GenericElementHandler, GenericElementOdtHandler
public class MapElementOdtHandler
- extends Object
- implements GenericElementOdtHandler
- Version:
- $Id: MapElementOdtHandler.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- sanda zaharia (shertage@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapElementOdtHandler
public MapElementOdtHandler()
getInstance
public static MapElementOdtHandler getInstance()
exportElement
public void exportElement(JROdtExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell)
- Description copied from interface:
GenericElementOdtHandler
- Exports a generic element.
Access to the exporter output and environment is provided via the
JROdtExporterContext argument.
- Specified by:
exportElement in interface GenericElementOdtHandler
- Parameters:
exporterContext - the exporter contextelement - the generic element to export
toExport
public boolean toExport(JRGenericPrintElement element)
- Description copied from interface:
GenericElementHandler
- Decides whether a generic print element is to be exported.
- Specified by:
toExport in interface GenericElementHandler
- Parameters:
element - the element
- Returns:
- whether the element is to be exported or skipped
Copyright © 2012. All Rights Reserved.