public static enum Layout.DragMode extends Enum<Layout.DragMode>
Enum Constant and Description |
---|
LASSO |
ORBIT |
PAN |
SELECT |
TURNTABLE |
ZOOM |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Layout.DragMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Layout.DragMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Layout.DragMode ZOOM
public static final Layout.DragMode PAN
public static final Layout.DragMode SELECT
public static final Layout.DragMode LASSO
public static final Layout.DragMode ORBIT
public static final Layout.DragMode TURNTABLE
public static Layout.DragMode[] values()
for (Layout.DragMode c : Layout.DragMode.values()) System.out.println(c);
public static Layout.DragMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Layout.DragMode>
Copyright © 2019. All rights reserved.