|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gesture | |
---|---|
org.das2.event | Classes for adding interactivity to the application components. |
Uses of Gesture in org.das2.event |
---|
Fields in org.das2.event declared as Gesture | |
---|---|
static Gesture |
Gesture.BACK
|
static Gesture |
Gesture.FORWARD
|
static Gesture |
Gesture.NONE
|
static Gesture |
Gesture.SCANNEXT
|
static Gesture |
Gesture.SCANPREV
|
static Gesture |
Gesture.UNDEFINED
|
static Gesture |
Gesture.ZOOMOUT
|
Methods in org.das2.event that return Gesture | |
---|---|
Gesture |
MouseDragEvent.getGesture()
|
Gesture |
MouseRangeGestureSelectionEvent.getGesture()
|
Constructors in org.das2.event with parameters of type Gesture | |
---|---|
MouseDragEvent(java.lang.Object source,
Gesture gesture)
|
|
MouseRangeGestureSelectionEvent(java.lang.Object source,
int min,
int max,
Gesture g)
Creates a new instance of MouseRangeGestureSelectionEvent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |