Uses of Class
net.sf.jasperreports.components.map.type.MapTypeEnum
-
Packages that use MapTypeEnum Package Description net.sf.jasperreports.components.map Contains classes for the built-in Google Map component.net.sf.jasperreports.components.map.type Containsenum
types used by the built-in Google Map component. -
-
Uses of MapTypeEnum in net.sf.jasperreports.components.map
Fields in net.sf.jasperreports.components.map declared as MapTypeEnum Modifier and Type Field Description static MapTypeEnum
MapComponent. DEFAULT_MAP_TYPE
Methods in net.sf.jasperreports.components.map that return MapTypeEnum Modifier and Type Method Description MapTypeEnum
MapComponent. getMapType()
Returns the type of the Google map.MapTypeEnum
StandardMapComponent. getMapType()
Methods in net.sf.jasperreports.components.map with parameters of type MapTypeEnum Modifier and Type Method Description void
StandardMapComponent. setMapType(MapTypeEnum mapType)
-
Uses of MapTypeEnum in net.sf.jasperreports.components.map.type
Methods in net.sf.jasperreports.components.map.type that return MapTypeEnum Modifier and Type Method Description static MapTypeEnum
MapTypeEnum. getByName(String name)
MapTypeEnum
MapTypeEnum. getDefault()
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.
-