public static class NIVision.Rect extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
height |
int |
left |
int |
top |
int |
width |
backing| Modifier | Constructor and Description |
|---|---|
|
Rect() |
protected |
Rect(java.nio.ByteBuffer backing,
int offset) |
|
Rect(int top,
int left,
int height,
int width) |
protected |
Rect(long nativeObj,
boolean owned) |
| 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 int top
public int left
public int height
public int width
public Rect()
public Rect(int top,
int left,
int height,
int width)
protected Rect(java.nio.ByteBuffer backing,
int offset)
protected Rect(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