public static class NIVision.ClampOverlaySettings extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.RGBValue |
clampLocationsColor |
NIVision.RGBValue |
curvesColor |
java.lang.String |
overlayGroupName |
private java.nio.ByteBuffer |
overlayGroupName_buf |
NIVision.RGBValue |
resultColor |
NIVision.RGBValue |
searchAreaColor |
int |
showClampLocation |
int |
showCurves |
int |
showResult |
int |
showSearchArea |
backing| Modifier | Constructor and Description |
|---|---|
|
ClampOverlaySettings() |
protected |
ClampOverlaySettings(java.nio.ByteBuffer backing,
int offset) |
|
ClampOverlaySettings(int showSearchArea,
int showCurves,
int showClampLocation,
int showResult,
NIVision.RGBValue searchAreaColor,
NIVision.RGBValue curvesColor,
NIVision.RGBValue clampLocationsColor,
NIVision.RGBValue resultColor,
java.lang.String overlayGroupName) |
protected |
ClampOverlaySettings(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 showSearchArea
public int showCurves
public int showClampLocation
public int showResult
public NIVision.RGBValue searchAreaColor
public NIVision.RGBValue curvesColor
public NIVision.RGBValue clampLocationsColor
public NIVision.RGBValue resultColor
public java.lang.String overlayGroupName
private java.nio.ByteBuffer overlayGroupName_buf
public ClampOverlaySettings()
public ClampOverlaySettings(int showSearchArea,
int showCurves,
int showClampLocation,
int showResult,
NIVision.RGBValue searchAreaColor,
NIVision.RGBValue curvesColor,
NIVision.RGBValue clampLocationsColor,
NIVision.RGBValue resultColor,
java.lang.String overlayGroupName)
protected ClampOverlaySettings(java.nio.ByteBuffer backing,
int offset)
protected ClampOverlaySettings(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