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.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardItemData |
Modifier and Type | Method and 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) |
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) |
Modifier and Type | Method and Description |
---|---|
static ItemData |
StandardMarkerDataset.getItemData(MarkerDataset markerDataset)
Deprecated.
|
ItemData |
StandardMapComponent.getMarkerData()
Deprecated.
Replaced by
StandardMapComponent.getMarkerDataList() . |
ItemData |
MapComponent.getMarkerData()
Deprecated.
Replaced by
MapComponent.getMarkerDataList() . |
ItemData |
StandardMapComponent.removeMarkerData(ItemData markerData) |
ItemData |
StandardMapComponent.removePathData(ItemData pathData) |
ItemData |
StandardMapComponent.removePathStyle(ItemData pathStyle) |
Modifier and Type | Method and Description |
---|---|
List<ItemData> |
StandardMapComponent.getMarkerDataList() |
List<ItemData> |
MapComponent.getMarkerDataList()
Returns a list of
ItemData objects
representing collections of markers on the map |
List<ItemData> |
StandardMapComponent.getPathDataList() |
List<ItemData> |
MapComponent.getPathDataList()
Returns a list of
ItemData objects
representing collections of paths on the map |
List<ItemData> |
StandardMapComponent.getPathStyleList() |
List<ItemData> |
MapComponent.getPathStyleList()
Returns a list of
ItemData objects
representing collections of path styles for the map |
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)
Deprecated.
|
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) . |
Constructor and Description |
---|
StandardItemData(ItemData data,
JRBaseObjectFactory factory)
Deprecated.
|
Constructor and Description |
---|
FillItemData(FillContextProvider fillContextProvider,
ItemData itemData,
JRFillObjectFactory factory) |
FillPlaceItemData(FillContextProvider fillContextProvider,
ItemData itemData,
JRFillObjectFactory factory) |
FillStyleItemData(FillContextProvider fillContextProvider,
ItemData itemData,
JRFillObjectFactory factory) |
Copyright © 2017. All rights reserved.