Uses of Class
net.sf.jasperreports.components.map.type.MapScaleEnum
-
Packages that use MapScaleEnum 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 MapScaleEnum in net.sf.jasperreports.components.map
Methods in net.sf.jasperreports.components.map that return MapScaleEnum Modifier and Type Method Description MapScaleEnumMapComponent. 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.MapScaleEnumStandardMapComponent. getMapScale()Methods in net.sf.jasperreports.components.map with parameters of type MapScaleEnum Modifier and Type Method Description voidStandardMapComponent. setMapScale(MapScaleEnum mapScale) -
Uses of MapScaleEnum in net.sf.jasperreports.components.map.type
Methods in net.sf.jasperreports.components.map.type that return MapScaleEnum Modifier and Type Method Description static MapScaleEnumMapScaleEnum. getByName(java.lang.String name)static MapScaleEnumMapScaleEnum. valueOf(java.lang.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.
-