public static enum SceneExaminer.NavigationMode extends java.lang.Enum<SceneExaminer.NavigationMode>
| Modifier and Type | Method and Description |
|---|---|
static SceneExaminer.NavigationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SceneExaminer.NavigationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SceneExaminer.NavigationMode ORBIT
public static final SceneExaminer.NavigationMode PLANE
public static SceneExaminer.NavigationMode[] values()
for (SceneExaminer.NavigationMode c : SceneExaminer.NavigationMode.values()) System.out.println(c);
public static SceneExaminer.NavigationMode 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 nullGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com