Package com.massifmaps.layers
Class VectorElementDragPointStyle
java.lang.Object
com.massifmaps.layers.VectorElementDragPointStyle
Different types of styles for control points created for selected vector elements.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intNormal control point.static final intSelected control point.static final intVirtual control point (midpoint between actual vertices). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VECTOR_ELEMENT_DRAG_POINT_STYLE_NORMAL
public static final int VECTOR_ELEMENT_DRAG_POINT_STYLE_NORMALNormal control point. Corresponds to vertex.- See Also:
-
VECTOR_ELEMENT_DRAG_POINT_STYLE_VIRTUAL
public static final int VECTOR_ELEMENT_DRAG_POINT_STYLE_VIRTUALVirtual 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_SELECTEDSelected control point.- See Also:
-
-
Constructor Details
-
VectorElementDragPointStyle
public VectorElementDragPointStyle()
-