Uses of Class
org.meteoinfo.layout.MouseMode
-
Packages that use MouseMode Package Description org.meteoinfo.layout -
-
Uses of MouseMode in org.meteoinfo.layout
Methods in org.meteoinfo.layout that return MouseMode Modifier and Type Method Description MouseModeMapLayout. getMouseMode()Get mouse modestatic MouseModeMouseMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MouseMode[]MouseMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.meteoinfo.layout with parameters of type MouseMode Modifier and Type Method Description voidMapLayout. setMouseMode(MouseMode mm)Set mouse mode
-