public static enum NIVision.ThresholdMode extends Enum<NIVision.ThresholdMode>
| Enum Constant and Description |
|---|
COMPUTED_LINEAR |
COMPUTED_NONLINEAR |
COMPUTED_UNIFORM |
FIXED_RANGE |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.ThresholdMode |
fromValue(int val) |
int |
getValue() |
static NIVision.ThresholdMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.ThresholdMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.ThresholdMode FIXED_RANGE
public static final NIVision.ThresholdMode COMPUTED_UNIFORM
public static final NIVision.ThresholdMode COMPUTED_LINEAR
public static final NIVision.ThresholdMode COMPUTED_NONLINEAR
public static NIVision.ThresholdMode[] values()
for (NIVision.ThresholdMode c : NIVision.ThresholdMode.values()) System.out.println(c);
public static NIVision.ThresholdMode 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 static NIVision.ThresholdMode fromValue(int val)
public int getValue()
Copyright © 2015. All rights reserved.