public class Box
extends org.bridj.StructObject
| Modifier and Type | Method and Description |
|---|---|
int |
h()
C type : l_int32
|
Box |
h(int h)
C type : l_int32
|
int |
refcount()
reference count (1 if no clones)
C type : l_uint32 |
Box |
refcount(int refcount)
reference count (1 if no clones)
C type : l_uint32 |
int |
w()
C type : l_int32
|
Box |
w(int w)
C type : l_int32
|
int |
x()
C type : l_int32
|
Box |
x(int x)
C type : l_int32
|
int |
y()
C type : l_int32
|
Box |
y(int y)
C type : l_int32
|
public int x()
public Box x(int x)
public int y()
public Box y(int y)
public int w()
public Box w(int w)
public int h()
public Box h(int h)
public int refcount()
public Box refcount(int refcount)