Package com.massifmaps.ui
Class VectorElementDragMode
java.lang.Object
com.massifmaps.ui.VectorElementDragMode
Possible drag modes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe whole vector element is being moved.static final intA single vertex is being moved. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VECTOR_ELEMENT_DRAG_MODE_VERTEX
public static final int VECTOR_ELEMENT_DRAG_MODE_VERTEXA single vertex is being moved.- See Also:
-
VECTOR_ELEMENT_DRAG_MODE_ELEMENT
public static final int VECTOR_ELEMENT_DRAG_MODE_ELEMENTThe whole vector element is being moved.- See Also:
-
-
Constructor Details
-
VectorElementDragMode
public VectorElementDragMode()
-