Uses of Interface
net.sf.jasperreports.components.items.ItemData
-
Packages that use ItemData Package Description net.sf.jasperreports.components.items Contains classes and interfaces for the item based components.net.sf.jasperreports.components.items.fill Contains classes and interfaces for filling the item based components.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 ItemData in net.sf.jasperreports.components.items
Classes in net.sf.jasperreports.components.items that implement ItemData Modifier and Type Class Description class
StandardItemData
Methods in net.sf.jasperreports.components.items with parameters of type ItemData Modifier and Type Method Description static void
ItemCompiler. collectExpressions(ItemData data, JRExpressionCollector collector)
static void
ItemCompiler. verifyItemData(JRVerifier verifier, ItemData itemData, String itemName, String[] requiredNames, Map<String,String> alternativeNamesMap)
Constructors in net.sf.jasperreports.components.items with parameters of type ItemData Constructor Description StandardItemData(ItemData data, JRBaseObjectFactory factory)
-
Uses of ItemData in net.sf.jasperreports.components.items.fill
Fields in net.sf.jasperreports.components.items.fill declared as ItemData Modifier and Type Field Description protected ItemData
FillItemData. itemData
Constructors in net.sf.jasperreports.components.items.fill with parameters of type ItemData Constructor Description FillItemData(FillContextProvider fillContextProvider, ItemData itemData, JRFillObjectFactory factory)
-
Uses of ItemData in net.sf.jasperreports.components.map
Subinterfaces of ItemData in net.sf.jasperreports.components.map Modifier and Type Interface Description interface
MarkerItemData
Classes in net.sf.jasperreports.components.map that implement ItemData Modifier and Type Class Description class
MarkerStandardItemData
Deprecated.Replaced by StandardMarkerItemData.class
StandardMarkerItemData
Methods in net.sf.jasperreports.components.map that return ItemData Modifier and Type Method Description ItemData
StandardMapComponent. removeMarkerData(ItemData markerData)
Deprecated.ItemData
StandardMapComponent. removePathData(ItemData pathData)
ItemData
StandardMapComponent. removePathStyle(ItemData pathStyle)
Methods in net.sf.jasperreports.components.map that return types with arguments of type ItemData Modifier and Type Method Description List<ItemData>
MapComponent. getMarkerDataList()
Deprecated.Replaced byMapComponent.getMarkerItemDataList()
.List<ItemData>
StandardMapComponent. getMarkerDataList()
Deprecated.Replaced byStandardMapComponent.getMarkerItemDataList()
List<ItemData>
MapComponent. getPathDataList()
Returns a list ofItemData
objects representing collections of paths on the mapList<ItemData>
StandardMapComponent. getPathDataList()
List<ItemData>
MapComponent. getPathStyleList()
Returns a list ofItemData
objects representing collections of path styles for the mapList<ItemData>
StandardMapComponent. getPathStyleList()
Methods in net.sf.jasperreports.components.map with parameters of type ItemData Modifier and Type Method Description void
StandardMapComponent. addMarkerData(int index, ItemData markerData)
Deprecated.void
StandardMapComponent. addMarkerData(ItemData markerData)
Deprecated.void
StandardMapComponent. addPathData(int index, ItemData pathData)
void
StandardMapComponent. addPathData(ItemData pathData)
void
StandardMapComponent. addPathStyle(int index, ItemData pathStyle)
void
StandardMapComponent. addPathStyle(ItemData pathStyle)
ItemData
StandardMapComponent. removeMarkerData(ItemData markerData)
Deprecated.ItemData
StandardMapComponent. removePathData(ItemData pathData)
ItemData
StandardMapComponent. removePathStyle(ItemData pathStyle)
-
Uses of ItemData in net.sf.jasperreports.components.map.fill
Constructors in net.sf.jasperreports.components.map.fill with parameters of type ItemData Constructor Description FillItemData(FillContextProvider fillContextProvider, ItemData itemData, JRFillObjectFactory factory)
FillPlaceItemData(FillContextProvider fillContextProvider, ItemData itemData, JRFillObjectFactory factory)
FillStyleItemData(FillContextProvider fillContextProvider, ItemData itemData, JRFillObjectFactory factory)
-