Uses of Class
org.pepstock.charba.client.geo.enums.ClipMap
-
Packages that use ClipMap Package Description org.pepstock.charba.client.geo.enums Contains all enumerations to configure the GEO controllers. -
-
Uses of ClipMap in org.pepstock.charba.client.geo.enums
Methods in org.pepstock.charba.client.geo.enums that return ClipMap Modifier and Type Method Description static ClipMap
ClipMap. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClipMap[]
ClipMap. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-