Class DragSelectEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class DragSelectEvent
    extends SelectEvent
    This class is a specialization of SelectEvent and includes the pick point screen position of the most recent drag event prior to the current one.
    See Also:
    Serialized Form
    • Constructor Detail

      • DragSelectEvent

        public DragSelectEvent​(java.lang.Object source,
                               java.lang.String eventAction,
                               java.awt.event.MouseEvent mouseEvent,
                               PickedObjectList pickedObjects,
                               java.awt.Point previousPickPoint)
    • Method Detail

      • getPreviousPickPoint

        public java.awt.Point getPreviousPickPoint()
        Indicates the most screen position of the drag event immediately prior to this one.
        Returns:
        the screen position of the event just prior to this one.