public static class NIVision.Line extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.Point |
end |
NIVision.Point |
start |
backing| Modifier | Constructor and Description |
|---|---|
|
Line() |
protected |
Line(java.nio.ByteBuffer backing,
int offset) |
protected |
Line(long nativeObj,
boolean owned) |
|
Line(NIVision.Point start,
NIVision.Point end) |
| 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.Point start
public NIVision.Point end
public Line()
public Line(NIVision.Point start, NIVision.Point end)
protected Line(java.nio.ByteBuffer backing,
int offset)
protected Line(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