public static class NIVision.ContourOverlaySettings extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.RGBValue |
color |
int |
maintainWidth |
int |
overlay |
int |
width |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic 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)
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