Package com.massifmaps.layers
Class VectorElementDragResult
java.lang.Object
com.massifmaps.layers.VectorElementDragResult
The intended result of the drag operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe underlying vector element or vertex should be deleted.static final intDragging should be ignored.static final intThe underlying vector element (or vertex) should be modified.static final intDragging should be ignored. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VECTOR_ELEMENT_DRAG_RESULT_IGNORE
public static final int VECTOR_ELEMENT_DRAG_RESULT_IGNOREDragging 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_STOPDragging 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_MODIFYThe underlying vector element (or vertex) should be modified.- See Also:
-
VECTOR_ELEMENT_DRAG_RESULT_DELETE
public static final int VECTOR_ELEMENT_DRAG_RESULT_DELETEThe underlying vector element or vertex should be deleted.- See Also:
-
-
Constructor Details
-
VectorElementDragResult
public VectorElementDragResult()
-