public static class NIVision.ContourOverlaySettings extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.RGBValue |
color |
int |
maintainWidth |
int |
overlay |
int |
width |
Modifier | Constructor and Description |
---|---|
|
ContourOverlaySettings() |
protected |
ContourOverlaySettings(java.nio.ByteBuffer backing,
int offset) |
|
ContourOverlaySettings(int overlay,
NIVision.RGBValue color,
int width,
int maintainWidth) |
protected |
ContourOverlaySettings(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 overlay
public NIVision.RGBValue color
public int width
public int maintainWidth
public ContourOverlaySettings()
public ContourOverlaySettings(int overlay, NIVision.RGBValue color, int width, int maintainWidth)
protected ContourOverlaySettings(java.nio.ByteBuffer backing, int offset)
protected ContourOverlaySettings(long nativeObj, boolean owned)