This is the range analog to the DataPointSelectionEvent. The DataPointSelectionEvent is a point, and this is a box. Note that it's acceptable to have null xrange and yrange, so that the same code can support a variety of applications. It's left to the programmer to see that these are used consistently.
create the BoxSelectionEvent with additional planes of data.
create the BoxSelectionEvent with additional planes of data.
get the dataset attached to this event.
get the X coordinate of the mouse button release
get the Y coordinate of the mouse button release
get the data attached to the plane name. This allows applications to attach additional data to the event. For example, the BoxSelectorMouseModule attaches the key pressed.
return the list of additional data planes attached to this event.
get the X coordinate or the mouse button press
get the Y coordinate or the mouse button press
get the X data range of the gesture
get the Y data range of the gesture
attach a dataset to this event.
set the end coordinates of the mouse release.
set the coordinates of the mouse button press