Class VectorElementDragPointStyle

java.lang.Object
com.massifmaps.layers.VectorElementDragPointStyle

public final class VectorElementDragPointStyle extends Object
Different types of styles for control points created for selected vector elements.
  • Field Details

    • VECTOR_ELEMENT_DRAG_POINT_STYLE_NORMAL

      public static final int VECTOR_ELEMENT_DRAG_POINT_STYLE_NORMAL
      Normal control point. Corresponds to vertex.
      See Also:
    • VECTOR_ELEMENT_DRAG_POINT_STYLE_VIRTUAL

      public static final int VECTOR_ELEMENT_DRAG_POINT_STYLE_VIRTUAL
      Virtual control point (midpoint between actual vertices). Used for lines and polygons.
      See Also:
    • VECTOR_ELEMENT_DRAG_POINT_STYLE_SELECTED

      public static final int VECTOR_ELEMENT_DRAG_POINT_STYLE_SELECTED
      Selected control point.
      See Also:
  • Constructor Details

    • VectorElementDragPointStyle

      public VectorElementDragPointStyle()