public class Rect
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
bottom |
float |
left |
float |
right |
float |
top |
| Constructor and Description |
|---|
Rect(float l,
float t,
float r,
float b) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
void |
update(float l,
float t,
float r,
float b) |