java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.carto.layers.VectorElementDragResult |
The intended result of the drag operation.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
VectorElementDragResult | VECTOR_ELEMENT_DRAG_RESULT_DELETE | The underlying vector element or vertex should be deleted. | |||||||||
VectorElementDragResult | VECTOR_ELEMENT_DRAG_RESULT_IGNORE | Dragging should be ignored. | |||||||||
VectorElementDragResult | VECTOR_ELEMENT_DRAG_RESULT_MODIFY | The underlying vector element (or vertex) should be modified. | |||||||||
VectorElementDragResult | VECTOR_ELEMENT_DRAG_RESULT_STOP | Dragging should be ignored. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static VectorElementDragResult | swigToEnum(int swigValue) | ||||||||||
final int | swigValue() | ||||||||||
static VectorElementDragResult | valueOf(String name) | ||||||||||
final static VectorElementDragResult[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The underlying vector element or vertex should be deleted.
Dragging should be ignored. The input event will be passed on to other handlers.
The underlying vector element (or vertex) should be modified.
Dragging should be ignored. The input event is not passed on to other handlers.