public static class NIVision.RangeSettingDouble extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
max |
double |
min |
NIVision.SettingType |
settingType |
Modifier | Constructor and Description |
---|---|
|
RangeSettingDouble() |
protected |
RangeSettingDouble(java.nio.ByteBuffer backing,
int offset) |
protected |
RangeSettingDouble(long nativeObj,
boolean owned) |
|
RangeSettingDouble(NIVision.SettingType settingType,
double min,
double max) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.SettingType settingType
public double min
public double max
public RangeSettingDouble()
public RangeSettingDouble(NIVision.SettingType settingType, double min, double max)
protected RangeSettingDouble(java.nio.ByteBuffer backing, int offset)
protected RangeSettingDouble(long nativeObj, boolean owned)