public static class NIVision.ConstructROIOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.RGBValue[] |
palette |
private java.nio.ByteBuffer |
palette_buf |
NIVision.PaletteType |
type |
int |
windowNumber |
java.lang.String |
windowTitle |
private java.nio.ByteBuffer |
windowTitle_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
ConstructROIOptions() |
protected |
ConstructROIOptions(java.nio.ByteBuffer backing,
int offset) |
|
ConstructROIOptions(int windowNumber,
java.lang.String windowTitle,
NIVision.PaletteType type,
NIVision.RGBValue[] palette) |
protected |
ConstructROIOptions(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 windowNumber
public java.lang.String windowTitle
public NIVision.PaletteType type
public NIVision.RGBValue[] palette
private java.nio.ByteBuffer windowTitle_buf
private java.nio.ByteBuffer palette_buf
public ConstructROIOptions()
public ConstructROIOptions(int windowNumber,
java.lang.String windowTitle,
NIVision.PaletteType type,
NIVision.RGBValue[] palette)
protected ConstructROIOptions(java.nio.ByteBuffer backing,
int offset)
protected ConstructROIOptions(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