Package uk.ac.starlink.ttools.plot2
Class Gesture
java.lang.Object
uk.ac.starlink.ttools.plot2.Gesture
Enumerates mouse gestures used to perform navigation actions.
- Since:
- 3 Feb 2014
- Author:
- Mark Taylor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Gesture
Click mouse button 1.static final Gesture
Click mouse button 2.static final Gesture
Click mouse button 3.static final Gesture
Drag using mouse button 1.static final Gesture
Drag using mouse button 2.static final Gesture
Drag using mouse button 3.static final Gesture
Rotate mouse wheel. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DRAG_1
Drag using mouse button 1. -
DRAG_2
Drag using mouse button 2. -
DRAG_3
Drag using mouse button 3. -
CLICK_1
Click mouse button 1. -
CLICK_2
Click mouse button 2. -
CLICK_3
Click mouse button 3. -
WHEEL
Rotate mouse wheel.
-
-
Constructor Details
-
Gesture
Constructor.- Parameters:
name
- gesture name (short)icon
- small icon (preferably 12 pixels high)description
- gesture description
-
-
Method Details