org.das2.event
Class Gesture

java.lang.Object
  extended by org.das2.event.Gesture

public class Gesture
extends java.lang.Object


Field Summary
static Gesture BACK
           
static Gesture FORWARD
           
static Gesture NONE
           
static Gesture SCANNEXT
           
static Gesture SCANPREV
           
static Gesture UNDEFINED
           
static Gesture ZOOMOUT
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final Gesture NONE

BACK

public static final Gesture BACK

FORWARD

public static final Gesture FORWARD

ZOOMOUT

public static final Gesture ZOOMOUT

UNDEFINED

public static final Gesture UNDEFINED

SCANNEXT

public static final Gesture SCANNEXT

SCANPREV

public static final Gesture SCANPREV
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object