public static enum Layout.DragMode extends java.lang.Enum<Layout.DragMode>
Enum Constant | Description |
---|---|
LASSO |
|
ORBIT |
|
PAN |
|
SELECT |
|
TURNTABLE |
|
ZOOM |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
|
static Layout.DragMode |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<Layout.DragMode>
Copyright © 2018. All rights reserved.