Class MapElementRtfHandler
- java.lang.Object
-
- net.sf.jasperreports.components.map.MapElementRtfHandler
-
- All Implemented Interfaces:
GenericElementHandler,GenericElementRtfHandler
public class MapElementRtfHandler extends Object implements GenericElementRtfHandler
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description MapElementRtfHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportElement(JRRtfExporterContext exporterContext, JRGenericPrintElement element)Exports a generic element.static MapElementRtfHandlergetInstance()booleantoExport(JRGenericPrintElement element)Decides whether a generic print element is to be exported.
-
-
-
Method Detail
-
getInstance
public static MapElementRtfHandler getInstance()
-
exportElement
public void exportElement(JRRtfExporterContext exporterContext, JRGenericPrintElement element)
Description copied from interface:GenericElementRtfHandlerExports a generic element.Access to the exporter output and environment is provided via the
JRRtfExporterContextargument.- Specified by:
exportElementin interfaceGenericElementRtfHandler- Parameters:
exporterContext- the exporter contextelement- the generic element to export
-
toExport
public boolean toExport(JRGenericPrintElement element)
Description copied from interface:GenericElementHandlerDecides whether a generic print element is to be exported.- Specified by:
toExportin interfaceGenericElementHandler- Parameters:
element- the element- Returns:
- whether the element is to be exported or skipped
-
-