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