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