public class ViewRect
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
h
Height.
|
int |
level
Level.
|
int |
pre
Rectangle pre value.
|
int |
w
Width.
|
int |
x
X position.
|
int |
y
Y position.
|
| Modifier | Constructor and Description |
|---|---|
|
ViewRect()
Default constructor.
|
protected |
ViewRect(int xx,
int yy,
int ww,
int hh)
Simple rectangle constructor.
|
public int x
public int y
public int w
public int h
public int pre
public int level