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 classMarkerStandardItemDataDeprecated.Replaced by StandardMarkerItemData.classStandardMarkerItemDataMethods in net.sf.jasperreports.components.map that return MarkerItemData Modifier and Type Method Description MarkerItemDataStandardMapComponent. 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 ofMarkerItemDataobjects 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 voidStandardMapComponent. addMarkerItemData(int index, MarkerItemData markerData)voidStandardMapComponent. addMarkerItemData(MarkerItemData markerItemData)MarkerItemDataStandardMapComponent. 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)
-