org.das2.event
Class MousePointSelectionEvent

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.MousePointSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class MousePointSelectionEvent
extends DasMouseEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MousePointSelectionEvent(java.lang.Object source, int x, int y)
          Creates a new instance of MousePointSelectionEvent
 
Method Summary
 int getX()
           
 int getY()
           
 void set(int x, int y)
           
 java.lang.String 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

MousePointSelectionEvent

public MousePointSelectionEvent(java.lang.Object source,
                                int x,
                                int y)
Creates a new instance of MousePointSelectionEvent

Method Detail

set

public void set(int x,
                int y)

getX

public int getX()

getY

public int getY()

toString

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