Uses of Interface
net.sf.jasperreports.components.map.MarkerItemData
-
Packages that use MarkerItemData Package Description net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.net.sf.jasperreports.components.map.fill Contains fill time implementations for Google Map component related interfaces. -
-
Uses of MarkerItemData in net.sf.jasperreports.components.map
Classes in net.sf.jasperreports.components.map that implement MarkerItemData Modifier and Type Class Description class
MarkerStandardItemData
Deprecated.Replaced by StandardMarkerItemData.class
StandardMarkerItemData
Methods in net.sf.jasperreports.components.map that return MarkerItemData Modifier and Type Method Description MarkerItemData
StandardMapComponent. removeMarkerItemData(MarkerItemData markerItemData)
Methods in net.sf.jasperreports.components.map that return types with arguments of type MarkerItemData Modifier and Type Method Description List<MarkerItemData>
MapComponent. getMarkerItemDataList()
Returns a list ofMarkerItemData
objects representing collections of markers on the mapList<MarkerItemData>
StandardMapComponent. getMarkerItemDataList()
Methods in net.sf.jasperreports.components.map with parameters of type MarkerItemData Modifier and Type Method Description void
StandardMapComponent. addMarkerItemData(int index, MarkerItemData markerData)
void
StandardMapComponent. addMarkerItemData(MarkerItemData markerItemData)
MarkerItemData
StandardMapComponent. removeMarkerItemData(MarkerItemData markerItemData)
Constructors in net.sf.jasperreports.components.map with parameters of type MarkerItemData Constructor Description MarkerStandardItemData(MarkerItemData data, JRBaseObjectFactory factory)
Deprecated.StandardMarkerItemData(MarkerItemData data, JRBaseObjectFactory factory)
-
Uses of MarkerItemData in net.sf.jasperreports.components.map.fill
Constructors in net.sf.jasperreports.components.map.fill with parameters of type MarkerItemData Constructor Description FillMarkerItemData(FillContextProvider fillContextProvider, MarkerItemData itemData, JRFillObjectFactory factory)
-