-
- All Implemented Interfaces:
public enum AnnotationsController.LayerAction
* The enumerated actions that can be committed on an Annotation.Layer
-
-
Method Summary
Modifier and Type Method Description static Array<AnnotationsController.LayerAction>
values()
static AnnotationsController.LayerAction
valueOf(String name)
-
-
Method Detail
-
values
static Array<AnnotationsController.LayerAction> values()
-
valueOf
static AnnotationsController.LayerAction valueOf(String name)
-
-
-
-