public class MapElementXmlHandler extends Object implements GenericElementXmlHandler
| Constructor and Description |
|---|
MapElementXmlHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportElement(JRXmlExporterContext exporterContext,
JRGenericPrintElement element)
Exports a generic element.
|
static MapElementXmlHandler |
getInstance() |
boolean |
toExport(JRGenericPrintElement element)
Decides whether a generic print element is to be exported.
|
public static MapElementXmlHandler getInstance()
public void exportElement(JRXmlExporterContext exporterContext, JRGenericPrintElement element)
GenericElementXmlHandler
Access to the exporter output and environment is provided via the
JRXmlExporterContext argument.
exportElement in interface GenericElementXmlHandlerexporterContext - the exporter contextelement - the generic element to exportpublic boolean toExport(JRGenericPrintElement element)
GenericElementHandlertoExport in interface GenericElementHandlerelement - the elementCopyright © 2017. All rights reserved.