Class MapElementHtmlHandler
- java.lang.Object
-
- net.sf.jasperreports.components.map.MapElementHtmlHandler
-
- All Implemented Interfaces:
GenericElementHandler,GenericElementHtmlHandler
public class MapElementHtmlHandler extends java.lang.Object implements GenericElementHtmlHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description MapElementHtmlHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHtmlFragment(JRHtmlExporterContext context, JRGenericPrintElement element)Returns an HTML fragment that is to be inserted in the export output.static MapElementHtmlHandlergetInstance()booleantoExport(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
-
Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHtmlHandler
exportElement
-
-
-
-
Method Detail
-
getInstance
public static MapElementHtmlHandler getInstance()
-
getHtmlFragment
public java.lang.String getHtmlFragment(JRHtmlExporterContext context, JRGenericPrintElement element)
Description copied from interface:GenericElementHtmlHandlerReturns an HTML fragment that is to be inserted in the export output.- Specified by:
getHtmlFragmentin interfaceGenericElementHtmlHandlerelement- the generic print element- Returns:
- the HTML fragment that represents the exported element
-
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
-
-