Package org.basex.gui.view
Class ViewRect
java.lang.Object
org.basex.gui.view.ViewRect
View rectangle.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int xX position. -
y
public int yY position. -
w
public int wWidth. -
h
public int hHeight. -
pre
public int preRectangle pre value. -
level
public int levelLevel.
-
-
Constructor Details
-
ViewRect
public ViewRect()Default constructor. -
ViewRect
protected ViewRect(int x, int y, int w, int h) Simple rectangle constructor.- Parameters:
x- x positiony- y positionw- widthh- height
-
-
Method Details