public static enum UI3dContext.ProjectionMode extends Enum<UI3dContext.ProjectionMode>
Enum Constant and Description |
---|
ORTHOGRAPHIC
Orthographic projection
|
PERSPECTIVE
Perspective projection
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static UI3dContext.ProjectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UI3dContext.ProjectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UI3dContext.ProjectionMode PERSPECTIVE
public static final UI3dContext.ProjectionMode ORTHOGRAPHIC
public static UI3dContext.ProjectionMode[] values()
for (UI3dContext.ProjectionMode c : UI3dContext.ProjectionMode.values()) System.out.println(c);
public static UI3dContext.ProjectionMode 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.ProjectionMode>
LX library by Mark C. Slee. © 2012-2020