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