Class VectorElementDragResult

java.lang.Object
com.massifmaps.layers.VectorElementDragResult

public final class VectorElementDragResult extends Object
The intended result of the drag operation.
  • Field Details

    • VECTOR_ELEMENT_DRAG_RESULT_IGNORE

      public static final int VECTOR_ELEMENT_DRAG_RESULT_IGNORE
      Dragging should be ignored. The input event will be passed on to other handlers.
      See Also:
    • VECTOR_ELEMENT_DRAG_RESULT_STOP

      public static final int VECTOR_ELEMENT_DRAG_RESULT_STOP
      Dragging should be ignored. The input event is not passed on to other handlers.
      See Also:
    • VECTOR_ELEMENT_DRAG_RESULT_MODIFY

      public static final int VECTOR_ELEMENT_DRAG_RESULT_MODIFY
      The underlying vector element (or vertex) should be modified.
      See Also:
    • VECTOR_ELEMENT_DRAG_RESULT_DELETE

      public static final int VECTOR_ELEMENT_DRAG_RESULT_DELETE
      The underlying vector element or vertex should be deleted.
      See Also:
  • Constructor Details

    • VectorElementDragResult

      public VectorElementDragResult()