public final enum

VectorElementDragPointStyle

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

Class Overview

Different types of styles for control points created for selected vector elements.

Summary

Enum Values
VectorElementDragPointStyle  VECTOR_ELEMENT_DRAG_POINT_STYLE_NORMAL  Normal control point. 
VectorElementDragPointStyle  VECTOR_ELEMENT_DRAG_POINT_STYLE_SELECTED  Selected control point. 
VectorElementDragPointStyle  VECTOR_ELEMENT_DRAG_POINT_STYLE_VIRTUAL  Virtual control point (midpoint between actual vertices). 
Public Methods
static VectorElementDragPointStyle swigToEnum(int swigValue)
final int swigValue()
static VectorElementDragPointStyle valueOf(String name)
final static VectorElementDragPointStyle[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final VectorElementDragPointStyle VECTOR_ELEMENT_DRAG_POINT_STYLE_NORMAL

Normal control point. Corresponds to vertex.

public static final VectorElementDragPointStyle VECTOR_ELEMENT_DRAG_POINT_STYLE_SELECTED

Selected control point.

public static final VectorElementDragPointStyle VECTOR_ELEMENT_DRAG_POINT_STYLE_VIRTUAL

Virtual control point (midpoint between actual vertices). Used for lines and polygons.

Public Methods

public static VectorElementDragPointStyle swigToEnum (int swigValue)

public final int swigValue ()

public static VectorElementDragPointStyle valueOf (String name)

public static final VectorElementDragPointStyle[] values ()