public static enum Scene.DrawStyle extends java.lang.Enum<Scene.DrawStyle> implements IntegerValuedEnum
Enum Constant and Description |
---|
VIEW_AS_IS |
VIEW_BBOX |
VIEW_HIDDEN_LINE |
VIEW_LINE |
VIEW_LOW_COMPLEXITY |
VIEW_LOW_RES_LINE |
VIEW_LOW_RES_POINT |
VIEW_NO_TEXTURE |
VIEW_POINT |
VIEW_SAME_AS_STILL |
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static Scene.DrawStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scene.DrawStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scene.DrawStyle VIEW_AS_IS
public static final Scene.DrawStyle VIEW_HIDDEN_LINE
public static final Scene.DrawStyle VIEW_NO_TEXTURE
public static final Scene.DrawStyle VIEW_LOW_COMPLEXITY
public static final Scene.DrawStyle VIEW_LINE
public static final Scene.DrawStyle VIEW_POINT
public static final Scene.DrawStyle VIEW_BBOX
public static final Scene.DrawStyle VIEW_LOW_RES_LINE
public static final Scene.DrawStyle VIEW_LOW_RES_POINT
public static final Scene.DrawStyle VIEW_SAME_AS_STILL
public static Scene.DrawStyle[] values()
for (Scene.DrawStyle c : Scene.DrawStyle.values()) System.out.println(c);
public static Scene.DrawStyle 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 nullpublic int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com