public static class NIVision.ContourInfo extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.RGBValue |
contourColor |
NIVision.Point[] |
points |
NIVision.ContourType |
type |
Modifier | Constructor and Description |
---|---|
|
ContourInfo() |
protected |
ContourInfo(java.nio.ByteBuffer backing,
int offset) |
protected |
ContourInfo(long nativeObj,
boolean owned) |
|
ContourInfo(NIVision.ContourType type,
NIVision.Point[] points,
NIVision.RGBValue contourColor) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.ContourType type
public NIVision.Point[] points
public NIVision.RGBValue contourColor
public ContourInfo()
public ContourInfo(NIVision.ContourType type, NIVision.Point[] points, NIVision.RGBValue contourColor)
protected ContourInfo(java.nio.ByteBuffer backing, int offset)
protected ContourInfo(long nativeObj, boolean owned)