public static enum UI3dContext.MouseMode extends Enum<UI3dContext.MouseMode>
Enum Constant and Description |
---|
OBJECT
Mouse dragging events invoke object movement callbacks
|
VIEW
Mouse dragging events alter the camera view
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static UI3dContext.MouseMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UI3dContext.MouseMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UI3dContext.MouseMode VIEW
public static final UI3dContext.MouseMode OBJECT
public static UI3dContext.MouseMode[] values()
for (UI3dContext.MouseMode c : UI3dContext.MouseMode.values()) System.out.println(c);
public static UI3dContext.MouseMode 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<UI3dContext.MouseMode>
LX library by Mark C. Slee. © 2012-2020