org.das2.event
Class MouseRangeGestureSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.das2.event.DasEvent
          extended by org.das2.event.DasMouseEvent
              extended by org.das2.event.MouseDragEvent
                  extended by org.das2.event.MouseRangeSelectionEvent
                      extended by org.das2.event.MouseRangeGestureSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class MouseRangeGestureSelectionEvent
extends MouseRangeSelectionEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MouseRangeGestureSelectionEvent(java.lang.Object source, int min, int max, Gesture g)
          Creates a new instance of MouseRangeGestureSelectionEvent
 
Method Summary
 Gesture getGesture()
           
 boolean isBack()
           
 boolean isForward()
           
 boolean isGesture()
           
 boolean isZoomOut()
           
 
Methods inherited from class org.das2.event.MouseRangeSelectionEvent
getMaximum, getMinimum, isModified
 
Methods inherited from class org.das2.event.MouseDragEvent
toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MouseRangeGestureSelectionEvent

public MouseRangeGestureSelectionEvent(java.lang.Object source,
                                       int min,
                                       int max,
                                       Gesture g)
Creates a new instance of MouseRangeGestureSelectionEvent

Method Detail

isGesture

public boolean isGesture()
Overrides:
isGesture in class MouseDragEvent

isBack

public boolean isBack()

isForward

public boolean isForward()

isZoomOut

public boolean isZoomOut()

getGesture

public Gesture getGesture()
Overrides:
getGesture in class MouseDragEvent