public class Sel
extends org.bridj.StructObject
| Modifier and Type | Method and Description |
|---|---|
int |
cx()
x location of sel origin
C type : l_int32 |
Sel |
cx(int cx)
x location of sel origin
C type : l_int32 |
int |
cy()
y location of sel origin
C type : l_int32 |
Sel |
cy(int cy)
y location of sel origin
C type : l_int32 |
org.bridj.Pointer<org.bridj.Pointer<java.lang.Integer>> |
data()
{0,1,2}; data[i][j] in [row][col] order
C type : l_int32** |
Sel |
data(org.bridj.Pointer<org.bridj.Pointer<java.lang.Integer>> data)
{0,1,2}; data[i][j] in [row][col] order
C type : l_int32** |
org.bridj.Pointer<java.lang.Byte> |
name()
used to find sel by name
C type : char* |
Sel |
name(org.bridj.Pointer<java.lang.Byte> name)
used to find sel by name
C type : char* |
int |
sx()
sel width
C type : l_int32 |
Sel |
sx(int sx)
sel width
C type : l_int32 |
int |
sy()
sel height
C type : l_int32 |
Sel |
sy(int sy)
sel height
C type : l_int32 |
public int sy()
public Sel sy(int sy)
public int sx()
public Sel sx(int sx)
public int cy()
public Sel cy(int cy)
public int cx()
public Sel cx(int cx)
public org.bridj.Pointer<org.bridj.Pointer<java.lang.Integer>> data()
public Sel data(org.bridj.Pointer<org.bridj.Pointer<java.lang.Integer>> data)
public org.bridj.Pointer<java.lang.Byte> name()
public Sel name(org.bridj.Pointer<java.lang.Byte> name)