@Namespace(value="op") public static enum openpose.DisplayMode extends Enum<openpose.DisplayMode>
| Enum Constant and Description |
|---|
Display2D
Only 2-D display.
|
Display3D
Only 3-D display.
|
DisplayAdam
Only Adam display.
|
DisplayAll
All (2-D and 3-D/Adam) displays
|
NoDisplay
No display.
|
| Modifier and Type | Field and Description |
|---|---|
short |
value |
| Modifier and Type | Method and Description |
|---|---|
openpose.DisplayMode |
intern() |
String |
toString() |
static openpose.DisplayMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static openpose.DisplayMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final openpose.DisplayMode NoDisplay
public static final openpose.DisplayMode DisplayAll
public static final openpose.DisplayMode Display2D
public static final openpose.DisplayMode Display3D
public static final openpose.DisplayMode DisplayAdam
public static openpose.DisplayMode[] values()
for (openpose.DisplayMode c : openpose.DisplayMode.values()) System.out.println(c);
public static openpose.DisplayMode 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 openpose.DisplayMode intern()
public String toString()
toString in class Enum<openpose.DisplayMode>Copyright © 2022. All rights reserved.