|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.components.map.MapElementXmlHandler
public class MapElementXmlHandler
Constructor Summary | |
---|---|
MapElementXmlHandler()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapElementXmlHandler()
Method Detail |
---|
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 GenericElementXmlHandler
exporterContext
- the exporter contextelement
- the generic element to exportpublic boolean toExport(JRGenericPrintElement element)
GenericElementHandler
toExport
in interface GenericElementHandler
element
- the element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |