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 Containsenumtypes 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 MapTypeEnumMapComponent. DEFAULT_MAP_TYPEMethods in net.sf.jasperreports.components.map that return MapTypeEnum Modifier and Type Method Description MapTypeEnumMapComponent. getMapType()Returns the type of the Google map.MapTypeEnumStandardMapComponent. getMapType()Methods in net.sf.jasperreports.components.map with parameters of type MapTypeEnum Modifier and Type Method Description voidStandardMapComponent. 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 MapTypeEnumMapTypeEnum. getByName(String name)static MapTypeEnumMapTypeEnum. 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.
-