public static class NIVision.PartialEllipse extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
angle |
NIVision.PointFloat |
center |
double |
endAngle |
double |
majorRadius |
double |
minorRadius |
double |
startAngle |
backing| Modifier | Constructor and Description |
|---|---|
|
PartialEllipse() |
protected |
PartialEllipse(java.nio.ByteBuffer backing,
int offset) |
protected |
PartialEllipse(long nativeObj,
boolean owned) |
|
PartialEllipse(NIVision.PointFloat center,
double angle,
double majorRadius,
double minorRadius,
double startAngle,
double endAngle) |
| 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 center
public double angle
public double majorRadius
public double minorRadius
public double startAngle
public double endAngle
public PartialEllipse()
public PartialEllipse(NIVision.PointFloat center, double angle, double majorRadius, double minorRadius, double startAngle, double endAngle)
protected PartialEllipse(java.nio.ByteBuffer backing,
int offset)
protected PartialEllipse(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