org.das2.event
Class MouseRangeGestureSelectionEvent
java.lang.Object
java.util.EventObject
org.das2.event.DasEvent
org.das2.event.DasMouseEvent
org.das2.event.MouseDragEvent
org.das2.event.MouseRangeSelectionEvent
org.das2.event.MouseRangeGestureSelectionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class MouseRangeGestureSelectionEvent
- extends MouseRangeSelectionEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
MouseRangeGestureSelectionEvent
public MouseRangeGestureSelectionEvent(java.lang.Object source,
int min,
int max,
Gesture g)
- Creates a new instance of MouseRangeGestureSelectionEvent
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