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, ROLLOVERsource| Constructor and Description | 
|---|
| DragSelectEvent(Object source,
               String eventAction,
               MouseEvent mouseEvent,
               PickedObjectList pickedObjects,
               Point previousPickPoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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, toStringisConsumedgetSourcepublic DragSelectEvent(Object source, String eventAction, MouseEvent mouseEvent, PickedObjectList pickedObjects, Point previousPickPoint)
public Point getPreviousPickPoint()