public enum HumanUIOptions extends java.lang.Enum<HumanUIOptions>
Enum Constant and Description |
---|
all
turn all default ui elements on or all UI elements off
|
anatomyLabels
toggle showing anatomy layers slider, default is on
|
animation
toggle showing animation controls, default is true
|
audio
toggle showing audio UI, default is on
|
draw
toggle showing "Draw" button, default is on
|
help
toggle showing "Help" button, default is on
|
info
toggle showing scene information panel, default is true
|
labelList
toggle showing labels list in Info panel, default is off
|
layers
toggle showing layer slider UI, default is on
|
nav
toggle showing scene navigation UI, default is on
|
objects
toggle showing object search interface, default is true
|
onDemand
turn 'click to interact' on/off, default is off
|
quizEnabled
toggle showing "Take Quiz" button if there is a quiz, default is on
|
quizLock
turn on quiz lock mode, default is off
|
reset
toggle showing scene undo UI, default is true
|
tools
toggle showing scene interaction tools, default is true
|
tour
toggle showing tour navigation UI, default is on
|
Modifier and Type | Method and Description |
---|---|
static HumanUIOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HumanUIOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HumanUIOptions tools
public static final HumanUIOptions reset
public static final HumanUIOptions info
public static final HumanUIOptions animation
public static final HumanUIOptions objects
public static final HumanUIOptions all
public static final HumanUIOptions onDemand
public static final HumanUIOptions quizLock
public static final HumanUIOptions audio
public static final HumanUIOptions layers
public static final HumanUIOptions labelList
public static final HumanUIOptions quizEnabled
public static final HumanUIOptions draw
public static final HumanUIOptions anatomyLabels
public static final HumanUIOptions nav
public static final HumanUIOptions tour
public static final HumanUIOptions help
public static HumanUIOptions[] values()
for (HumanUIOptions c : HumanUIOptions.values()) System.out.println(c);
public static HumanUIOptions 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 null