net.sf.jasperreports.components.map
Class MapElementOdsHandler

java.lang.Object
  extended by net.sf.jasperreports.components.map.MapElementOdsHandler
All Implemented Interfaces:
GenericElementHandler, GenericElementOdsHandler

public class MapElementOdsHandler
extends java.lang.Object
implements GenericElementOdsHandler

Version:
$Id: MapElementOdsHandler.java 5180 2012-03-29 13:23:12Z teodord $
Author:
sanda zaharia (shertage@users.sourceforge.net)

Constructor Summary
MapElementOdsHandler()
           
 
Method Summary
 void exportElement(JROdsExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell)
          Exports a generic element.
static MapElementOdsHandler getInstance()
           
 boolean toExport(JRGenericPrintElement element)
          Decides whether a generic print element is to be exported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapElementOdsHandler

public MapElementOdsHandler()
Method Detail

getInstance

public static MapElementOdsHandler getInstance()

exportElement

public void exportElement(JROdsExporterContext exporterContext,
                          JRGenericPrintElement element,
                          JRExporterGridCell gridCell)
Description copied from interface: GenericElementOdsHandler
Exports a generic element.

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

Specified by:
exportElement in interface GenericElementOdsHandler
Parameters:
exporterContext - the exporter context
element - 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


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com