public final enum

VectorElementDragResult

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.carto.layers.VectorElementDragResult

Class Overview

The intended result of the drag operation.

Summary

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
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final VectorElementDragResult VECTOR_ELEMENT_DRAG_RESULT_DELETE

The underlying vector element or vertex should be deleted.

public static final VectorElementDragResult VECTOR_ELEMENT_DRAG_RESULT_IGNORE

Dragging should be ignored. The input event will be passed on to other handlers.

public static final VectorElementDragResult VECTOR_ELEMENT_DRAG_RESULT_MODIFY

The underlying vector element (or vertex) should be modified.

public static final VectorElementDragResult VECTOR_ELEMENT_DRAG_RESULT_STOP

Dragging should be ignored. The input event is not passed on to other handlers.

Public Methods

public static VectorElementDragResult swigToEnum (int swigValue)

public final int swigValue ()

public static VectorElementDragResult valueOf (String name)

public static final VectorElementDragResult[] values ()