org.das2.event
Class MouseRangeSelectionEvent

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MouseRangeGestureSelectionEvent

public class MouseRangeSelectionEvent
extends MouseDragEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MouseRangeSelectionEvent(java.lang.Object source, int min, int max, boolean isModified)
          Creates a new instance of DasDevicePositionEvent
 
Method Summary
 int getMaximum()
           
 int getMinimum()
           
 boolean isModified()
           
 
Methods inherited from class org.das2.event.MouseDragEvent
getGesture, isGesture, 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

MouseRangeSelectionEvent

public MouseRangeSelectionEvent(java.lang.Object source,
                                int min,
                                int max,
                                boolean isModified)
Creates a new instance of DasDevicePositionEvent

Method Detail

getMinimum

public int getMinimum()

getMaximum

public int getMaximum()

isModified

public boolean isModified()