public static enum UI3dContext.InteractionMode extends Enum<UI3dContext.InteractionMode>
Enum Constant and Description |
---|
MOVE
Camera has a fixed radius, eye moves around like a FPS video-game
|
ZOOM
Camera has a fixed center point, eye rotates around this point and zooms on it
|
Modifier and Type | Method and Description |
---|---|
static UI3dContext.InteractionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UI3dContext.InteractionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UI3dContext.InteractionMode ZOOM
public static final UI3dContext.InteractionMode MOVE
public static UI3dContext.InteractionMode[] values()
for (UI3dContext.InteractionMode c : UI3dContext.InteractionMode.values()) System.out.println(c);
public static UI3dContext.InteractionMode 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 nullLX library by Mark C. Slee. © 2012-2020