public static class NIVision.LCDOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
decimalPoint |
int |
litSegments |
int |
sign |
float |
threshold |
backing| Modifier | Constructor and Description |
|---|---|
|
LCDOptions() |
protected |
LCDOptions(java.nio.ByteBuffer backing,
int offset) |
|
LCDOptions(int litSegments,
double threshold,
int sign,
int decimalPoint) |
protected |
LCDOptions(long nativeObj,
boolean owned) |
| Modifier and Type | Method and Description |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic int litSegments
public float threshold
public int sign
public int decimalPoint
public LCDOptions()
public LCDOptions(int litSegments,
double threshold,
int sign,
int decimalPoint)
protected LCDOptions(java.nio.ByteBuffer backing,
int offset)
protected LCDOptions(long nativeObj,
boolean owned)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct