public static class NIVision.WindowSize extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
stepSize |
int |
x |
int |
y |
backing| Modifier | Constructor and Description |
|---|---|
|
WindowSize() |
protected |
WindowSize(java.nio.ByteBuffer backing,
int offset) |
|
WindowSize(int x,
int y,
int stepSize) |
protected |
WindowSize(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 WindowSize()
public WindowSize(int x,
int y,
int stepSize)
protected WindowSize(java.nio.ByteBuffer backing,
int offset)
protected WindowSize(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