public static class NIVision.RectangleDescriptor extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
maxHeight |
double |
maxWidth |
double |
minHeight |
double |
minWidth |
backing| Modifier | Constructor and Description |
|---|---|
|
RectangleDescriptor() |
protected |
RectangleDescriptor(java.nio.ByteBuffer backing,
int offset) |
|
RectangleDescriptor(double minWidth,
double maxWidth,
double minHeight,
double maxHeight) |
protected |
RectangleDescriptor(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 double minWidth
public double maxWidth
public double minHeight
public double maxHeight
public RectangleDescriptor()
public RectangleDescriptor(double minWidth,
double maxWidth,
double minHeight,
double maxHeight)
protected RectangleDescriptor(java.nio.ByteBuffer backing,
int offset)
protected RectangleDescriptor(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