org.das2.event.MouseBoxEvent
MouseBoxEvent( Object source, java.awt.Point pressPoint, java.awt.Point releasePoint, boolean isModified )
Creates a new instance of MouseBoxEvent
getPoint
getPoint(  ) → java.awt.Point
return the point locating the mouse position, which is also the release point
Returns:
the point locating the mouse position, which is also the release point
[search for examples]
 [view on GitHub]
 [view on old javadoc]
 [view source]
getPressPoint
getPressPoint(  ) → java.awt.Point
return the point where the event started
Returns:
the point where the event started
[search for examples]
 [view on GitHub]
 [view on old javadoc]
 [view source]
getXMaximum
getXMaximum(  ) → int
return the rightmost, or maximum, point of the two
Returns:
the rightmost, or maximum, point of the two
[search for examples]
 [view on GitHub]
 [view on old javadoc]
 [view source]
getXMinimum
getXMinimum(  ) → int
return the leftmost, or minimum, point of the two
Returns:
the leftmost, or minimum, point of the two
[search for examples]
 [view on GitHub]
 [view on old javadoc]
 [view source]
getYMaximum
getYMaximum(  ) → int
return the bottommost, or maximum, point of the two
Returns:
the bottommost, or maximum, point of the two
[search for examples]
 [view on GitHub]
 [view on old javadoc]
 [view source]
getYMinimum
getYMinimum(  ) → int
return the topmost, or maximum, point of the two
Returns:
the topmost, or maximum, point of the two
[search for examples]
 [view on GitHub]
 [view on old javadoc]
 [view source]
toString
toString(  ) → String
Returns:
java.lang.String
[search for examples]
 [view on GitHub]
 [view on old javadoc]
 [view source]