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.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardItemData |
Modifier and Type | Method and Description |
---|---|
static ItemData |
StandardMarkerDataset.getItemData(MarkerDataset markerDataset)
Deprecated.
|
ItemData |
MapComponent.getMarkerData()
Deprecated.
Replaced by
MapComponent.getMarkerDataList() . |
ItemData |
StandardMapComponent.getMarkerData()
Deprecated.
Replaced by
StandardMapComponent.getMarkerDataList() . |
ItemData |
StandardMapComponent.removeMarkerData(ItemData markerData) |
ItemData |
StandardMapComponent.removePathData(ItemData pathData) |
ItemData |
StandardMapComponent.removePathStyle(ItemData pathStyle) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemData> |
MapComponent.getMarkerDataList()
Returns a list of
ItemData objects
representing collections of markers on the map |
java.util.List<ItemData> |
StandardMapComponent.getMarkerDataList() |
java.util.List<ItemData> |
MapComponent.getPathDataList()
Returns a list of
ItemData objects
representing collections of paths on the map |
java.util.List<ItemData> |
StandardMapComponent.getPathDataList() |
java.util.List<ItemData> |
MapComponent.getPathStyleList()
Returns a list of
ItemData objects
representing collections of path styles for the map |
java.util.List<ItemData> |
StandardMapComponent.getPathStyleList() |
Modifier and Type | Method and Description |
---|---|
void |
StandardMapComponent.addMarkerData(int index,
ItemData markerData) |
void |
StandardMapComponent.addMarkerData(ItemData markerData) |
void |
StandardMapComponent.addPathData(int index,
ItemData pathData) |
void |
StandardMapComponent.addPathData(ItemData pathData) |
void |
StandardMapComponent.addPathStyle(int index,
ItemData pathStyle) |
void |
StandardMapComponent.addPathStyle(ItemData pathStyle) |
static void |
MapCompiler.collectExpressions(ItemData data,
JRExpressionCollector collector) |
ItemData |
StandardMapComponent.removeMarkerData(ItemData markerData) |
ItemData |
StandardMapComponent.removePathData(ItemData pathData) |
ItemData |
StandardMapComponent.removePathStyle(ItemData pathStyle) |
void |
StandardMapComponent.setMarkerData(ItemData markerData)
Deprecated.
Replaced by
StandardMapComponent.addMarkerData(ItemData) . |
protected void |
MapCompiler.verifyItemData(JRVerifier verifier,
ItemData itemData,
java.lang.String itemName,
java.lang.String[] requiredNames,
java.util.Map<java.lang.String,java.lang.String> alternativeNamesMap) |
protected void |
MapCompiler.verifyMarkerData(JRVerifier verifier,
ItemData itemData) |
Constructor and Description |
---|
StandardItemData(ItemData data,
JRBaseObjectFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected ItemData |
FillItemData.itemData |
Constructor and Description |
---|
FillItemData(FillContextProvider fillContextProvider,
ItemData itemData,
JRFillObjectFactory factory) |
FillPlaceItemData(FillContextProvider fillContextProvider,
ItemData itemData,
JRFillObjectFactory factory) |
FillStyleItemData(FillContextProvider fillContextProvider,
ItemData itemData,
JRFillObjectFactory factory) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com