Uses of Enum Class
com.storedobject.chart.Key
Packages that use Key
-
Uses of Key in com.storedobject.chart
Methods in com.storedobject.chart that return KeyModifier and TypeMethodDescriptionstatic KeyReturns the enum constant of this class with the specified name.static Key[]Key.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.chart with parameters of type KeyModifier and TypeMethodDescriptionvoidCoordinateSystemZoom.moveOnMouseMove(Key key) Switch on the data window moving feature when the mouse is moved with a special key combination.voidCoordinateSystemZoom.moveOnMouseWheel(Key key) Switch on the data window moving feature when the mouse wheel is moved with a special key combination.voidCoordinateSystemZoom.zoomOnMouseWheel(Key key) Switch on the zooming feature when the mouse wheel is moved with a special key combination.