public final enum

VectorElementDragMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.carto.ui.VectorElementDragMode

Class Overview

Possible drag modes.

Summary

Enum Values
VectorElementDragMode  VECTOR_ELEMENT_DRAG_MODE_ELEMENT  The whole vector element is being moved. 
VectorElementDragMode  VECTOR_ELEMENT_DRAG_MODE_VERTEX  A single vertex is being moved. 
Public Methods
static VectorElementDragMode swigToEnum(int swigValue)
final int swigValue()
static VectorElementDragMode valueOf(String name)
final static VectorElementDragMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final VectorElementDragMode VECTOR_ELEMENT_DRAG_MODE_ELEMENT

The whole vector element is being moved.

public static final VectorElementDragMode VECTOR_ELEMENT_DRAG_MODE_VERTEX

A single vertex is being moved.

Public Methods

public static VectorElementDragMode swigToEnum (int swigValue)

public final int swigValue ()

public static VectorElementDragMode valueOf (String name)

public static final VectorElementDragMode[] values ()