public class ViewRect extends 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 x,
int y,
int w,
int h)
Simple rectangle constructor.
|
public int x
public int y
public int w
public int h
public int pre
public int level
Copyright © 2005–2015 BaseX Team. All rights reserved.