Uses of Class
org.meteoinfo.global.Direction
-
Packages that use Direction Package Description org.meteoinfo.global org.meteoinfo.map -
-
Uses of Direction in org.meteoinfo.global
Methods in org.meteoinfo.global that return Direction Modifier and Type Method Description static DirectionDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Direction in org.meteoinfo.map
Methods in org.meteoinfo.map that return Direction Modifier and Type Method Description DirectionGridLabel. getLabDirection()Get label directionMethods in org.meteoinfo.map with parameters of type Direction Modifier and Type Method Description voidGridLabel. setLabDirection(Direction dir)Set label direction
-