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 |
---|---|
MapScaleEnum |
StandardMapComponent.getMapScale() |
MapScaleEnum |
MapComponent.getMapScale()
Returns the scale factor of the Google map used to return higher-resolution map images when
working with high resolution screens available on mobile devices.
|
Modifier and Type | Method and Description |
---|---|
void |
StandardMapComponent.setMapScale(MapScaleEnum mapScale) |
Modifier and Type | Method and Description |
---|---|
static MapScaleEnum |
MapScaleEnum.getByName(String name) |
static MapScaleEnum |
MapScaleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapScaleEnum[] |
MapScaleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.