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 | Method and Description |
---|---|
MapImageTypeEnum |
StandardMapComponent.getImageType() |
MapImageTypeEnum |
MapComponent.getImageType()
Returns the image format of the map.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardMapComponent.setImageType(MapImageTypeEnum imageType) |
Modifier and Type | Method and Description |
---|---|
static MapImageTypeEnum |
MapImageTypeEnum.getByName(String name) |
static MapImageTypeEnum |
MapImageTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapImageTypeEnum[] |
MapImageTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.