|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.gui.view.tree.TreeRect
public class TreeRect
This is class is used to handle rectangles.
Field Summary | |
---|---|
int |
w
Width. |
int |
x
X position. |
Constructor Summary | |
---|---|
TreeRect(int xx,
int ww)
Initializes TreeRect. |
Method Summary | |
---|---|
boolean |
contains(int xx)
Verifies if the specified coordinates are inside the rectangle. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int x
public int w
Constructor Detail |
---|
public TreeRect(int xx, int ww)
xx
- x positionww
- widthMethod Detail |
---|
public boolean contains(int xx)
xx
- x position
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |