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 Key
Returns 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 TypeMethodDescriptionvoid
CoordinateSystemZoom.moveOnMouseMove
(Key key) Switch on the data window moving feature when the mouse is moved with a special key combination.void
CoordinateSystemZoom.moveOnMouseWheel
(Key key) Switch on the data window moving feature when the mouse wheel is moved with a special key combination.void
CoordinateSystemZoom.zoomOnMouseWheel
(Key key) Switch on the zooming feature when the mouse wheel is moved with a special key combination.