@Namespace(value="op") public static enum openpose.FullScreenMode extends Enum<openpose.FullScreenMode>
| Enum Constant and Description |
|---|
FullScreen
Full screen mode.
|
Windowed
Windowed mode, depending on the frame output size.
|
| Modifier and Type | Field and Description |
|---|---|
boolean |
value |
| Modifier and Type | Method and Description |
|---|---|
openpose.FullScreenMode |
intern() |
String |
toString() |
static openpose.FullScreenMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static openpose.FullScreenMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final openpose.FullScreenMode FullScreen
public static final openpose.FullScreenMode Windowed
public static openpose.FullScreenMode[] values()
for (openpose.FullScreenMode c : openpose.FullScreenMode.values()) System.out.println(c);
public static openpose.FullScreenMode 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.FullScreenMode intern()
public String toString()
toString in class Enum<openpose.FullScreenMode>Copyright © 2022. All rights reserved.