Class VectorElementDragMode

java.lang.Object
com.massifmaps.ui.VectorElementDragMode

public final class VectorElementDragMode extends Object
Possible drag modes.
  • Field Details

    • VECTOR_ELEMENT_DRAG_MODE_VERTEX

      public static final int VECTOR_ELEMENT_DRAG_MODE_VERTEX
      A single vertex is being moved.
      See Also:
    • VECTOR_ELEMENT_DRAG_MODE_ELEMENT

      public static final int VECTOR_ELEMENT_DRAG_MODE_ELEMENT
      The whole vector element is being moved.
      See Also:
  • Constructor Details

    • VectorElementDragMode

      public VectorElementDragMode()