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