public static class NIVision.ArcInfo extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.Rect |
boundingBox |
double |
endAngle |
double |
startAngle |
Modifier | Constructor and Description |
---|---|
|
ArcInfo() |
protected |
ArcInfo(java.nio.ByteBuffer backing,
int offset) |
protected |
ArcInfo(long nativeObj,
boolean owned) |
|
ArcInfo(NIVision.Rect boundingBox,
double startAngle,
double endAngle) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.Rect boundingBox
public double startAngle
public double endAngle
public ArcInfo()
public ArcInfo(NIVision.Rect boundingBox, double startAngle, double endAngle)
protected ArcInfo(java.nio.ByteBuffer backing, int offset)
protected ArcInfo(long nativeObj, boolean owned)