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