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