Package | Description |
---|---|
net.sf.jasperreports.components.map |
Contains classes for the built-in Google Map component.
|
net.sf.jasperreports.components.map.type |
Contains
enum types used by the built-in Google Map component. |
Modifier and Type | Field and Description |
---|---|
static MapTypeEnum |
MapComponent.DEFAULT_MAP_TYPE |
Modifier and Type | Method and Description |
---|---|
MapTypeEnum |
StandardMapComponent.getMapType() |
MapTypeEnum |
MapComponent.getMapType()
Returns the type of the Google map.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardMapComponent.setMapType(MapTypeEnum mapType) |
Modifier and Type | Method and Description |
---|---|
static MapTypeEnum |
MapTypeEnum.getByName(String name) |
static MapTypeEnum |
MapTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapTypeEnum[] |
MapTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.