Class MapElementPptxHandler
- java.lang.Object
-
- net.sf.jasperreports.components.map.MapElementPptxHandler
-
- All Implemented Interfaces:
GenericElementHandler
,GenericElementPptxHandler
public class MapElementPptxHandler extends Object implements GenericElementPptxHandler
- Author:
- Sanda Zaharia (shertage@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description MapElementPptxHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
exportElement(JRPptxExporterContext exporterContext, JRGenericPrintElement element)
Exports a generic element.static MapElementPptxHandler
getInstance()
boolean
toExport(JRGenericPrintElement element)
Decides whether a generic print element is to be exported.
-
-
-
Method Detail
-
getInstance
public static MapElementPptxHandler getInstance()
-
exportElement
public void exportElement(JRPptxExporterContext exporterContext, JRGenericPrintElement element)
Description copied from interface:GenericElementPptxHandler
Exports a generic element.Access to the exporter output and environment is provided via the
JRPptxExporterContext
argument.- Specified by:
exportElement
in interfaceGenericElementPptxHandler
- 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 interfaceGenericElementHandler
- Parameters:
element
- the element- Returns:
- whether the element is to be exported or skipped
-
-