public static enum NIVision.ColorIgnoreMode extends java.lang.Enum<NIVision.ColorIgnoreMode>
Enum Constant and Description |
---|
IGNORE_BLACK |
IGNORE_BLACK_AND_WHITE |
IGNORE_NONE |
IGNORE_WHITE |
Modifier and Type | Method and Description |
---|---|
static NIVision.ColorIgnoreMode |
fromValue(int val) |
int |
getValue() |
static NIVision.ColorIgnoreMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.ColorIgnoreMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.ColorIgnoreMode IGNORE_NONE
public static final NIVision.ColorIgnoreMode IGNORE_BLACK
public static final NIVision.ColorIgnoreMode IGNORE_WHITE
public static final NIVision.ColorIgnoreMode IGNORE_BLACK_AND_WHITE
public static NIVision.ColorIgnoreMode[] values()
for (NIVision.ColorIgnoreMode c : NIVision.ColorIgnoreMode.values()) System.out.println(c);
public static NIVision.ColorIgnoreMode 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 static NIVision.ColorIgnoreMode fromValue(int val)
public int getValue()