public static class NIVision.FindTransformRectOptions2 extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.FindReferenceDirection |
direction |
NIVision.EdgeOptions2 |
edgeOptions |
java.lang.String |
overlayGroupName |
private java.nio.ByteBuffer |
overlayGroupName_buf |
NIVision.RGBValue |
resultColor |
NIVision.RGBValue |
searchAreaColor |
NIVision.RGBValue |
searchEdgesColor |
NIVision.RGBValue |
searchLinesColor |
int |
showEdgesFound |
int |
showResult |
int |
showSearchArea |
int |
showSearchLines |
backing| Modifier | Constructor and Description |
|---|---|
|
FindTransformRectOptions2() |
protected |
FindTransformRectOptions2(java.nio.ByteBuffer backing,
int offset) |
protected |
FindTransformRectOptions2(long nativeObj,
boolean owned) |
|
FindTransformRectOptions2(NIVision.FindReferenceDirection direction,
int showSearchArea,
int showSearchLines,
int showEdgesFound,
int showResult,
NIVision.RGBValue searchAreaColor,
NIVision.RGBValue searchLinesColor,
NIVision.RGBValue searchEdgesColor,
NIVision.RGBValue resultColor,
java.lang.String overlayGroupName,
NIVision.EdgeOptions2 edgeOptions) |
| 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 NIVision.FindReferenceDirection direction
public int showSearchArea
public int showSearchLines
public int showEdgesFound
public int showResult
public NIVision.RGBValue searchAreaColor
public NIVision.RGBValue searchLinesColor
public NIVision.RGBValue searchEdgesColor
public NIVision.RGBValue resultColor
public java.lang.String overlayGroupName
public NIVision.EdgeOptions2 edgeOptions
private java.nio.ByteBuffer overlayGroupName_buf
public FindTransformRectOptions2()
public FindTransformRectOptions2(NIVision.FindReferenceDirection direction, int showSearchArea, int showSearchLines, int showEdgesFound, int showResult, NIVision.RGBValue searchAreaColor, NIVision.RGBValue searchLinesColor, NIVision.RGBValue searchEdgesColor, NIVision.RGBValue resultColor, java.lang.String overlayGroupName, NIVision.EdgeOptions2 edgeOptions)
protected FindTransformRectOptions2(java.nio.ByteBuffer backing,
int offset)
protected FindTransformRectOptions2(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