public static class NIVision.MeterArc extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.PointFloat[] |
arcCoordPoints |
private java.nio.ByteBuffer |
arcCoordPoints_buf |
NIVision.PointFloat |
needleBase |
int |
needleColor |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic NIVision.PointFloat needleBase
public NIVision.PointFloat[] arcCoordPoints
public int needleColor
private java.nio.ByteBuffer arcCoordPoints_buf
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)
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