Uses of Class
net.sf.jasperreports.components.map.type.MapImageTypeEnum
-
Packages that use MapImageTypeEnum 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 MapImageTypeEnum in net.sf.jasperreports.components.map
Methods in net.sf.jasperreports.components.map that return MapImageTypeEnum Modifier and Type Method Description MapImageTypeEnumMapComponent. getImageType()Returns the image format of the map.MapImageTypeEnumStandardMapComponent. getImageType()Methods in net.sf.jasperreports.components.map with parameters of type MapImageTypeEnum Modifier and Type Method Description voidStandardMapComponent. setImageType(MapImageTypeEnum imageType) -
Uses of MapImageTypeEnum in net.sf.jasperreports.components.map.type
Methods in net.sf.jasperreports.components.map.type that return MapImageTypeEnum Modifier and Type Method Description static MapImageTypeEnumMapImageTypeEnum. getByName(String name)static MapImageTypeEnumMapImageTypeEnum. 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.
-