public class DragSelectEvent extends SelectEvent
SelectEvent
and includes the pick point screen position of the most recent
drag event prior to the current one.BOX_ROLLOVER, DRAG, DRAG_END, HOVER, LEFT_CLICK, LEFT_DOUBLE_CLICK, LEFT_PRESS, RIGHT_CLICK, RIGHT_PRESS, ROLLOVER
Constructor and Description |
---|
DragSelectEvent(java.lang.Object source,
java.lang.String eventAction,
java.awt.event.MouseEvent mouseEvent,
PickedObjectList pickedObjects,
java.awt.Point previousPickPoint) |
Modifier and Type | Method and Description |
---|---|
java.awt.Point |
getPreviousPickPoint()
Indicates the most screen position of the drag event immediately prior to this one.
|
consume, getAllTopObjects, getAllTopPickedObjects, getEventAction, getMouseEvent, getObjects, getPickPoint, getPickRectangle, getTopObject, getTopPickedObject, hasObjects, isBoxSelect, isDrag, isDragEnd, isHover, isLeftClick, isLeftDoubleClick, isLeftPress, isRightClick, isRightPress, isRollover, toString
isConsumed
public DragSelectEvent(java.lang.Object source, java.lang.String eventAction, java.awt.event.MouseEvent mouseEvent, PickedObjectList pickedObjects, java.awt.Point previousPickPoint)