public static class NIVision.MeterArc extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.PointFloat[] |
arcCoordPoints |
NIVision.PointFloat |
needleBase |
int |
needleColor |
Modifier | Constructor and Description |
---|---|
|
MeterArc() |
protected |
MeterArc(java.nio.ByteBuffer backing,
int offset) |
protected |
MeterArc(long nativeObj,
boolean owned) |
|
MeterArc(NIVision.PointFloat needleBase,
NIVision.PointFloat[] arcCoordPoints,
int needleColor) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.PointFloat needleBase
public NIVision.PointFloat[] arcCoordPoints
public int needleColor
public MeterArc()
public MeterArc(NIVision.PointFloat needleBase, NIVision.PointFloat[] arcCoordPoints, int needleColor)
protected MeterArc(java.nio.ByteBuffer backing, int offset)
protected MeterArc(long nativeObj, boolean owned)