public final class FixedRect
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
FixedRect() |
|
FixedRect(int left,
int top,
int right,
int bottom) |
protected |
FixedRect(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
int |
bottom() |
int |
left() |
int |
right() |
void |
setBottom(int value) |
void |
setLeft(int value) |
void |
setRight(int value) |
void |
setTop(int value) |
int |
top() |