|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.gui.view.map.MapRect
public final class MapRect
Single Treemap Rectangle.
Field Summary | |
---|---|
int |
h
Height. |
int |
p
Rectangle pre value. |
int |
w
Width. |
int |
x
X position. |
int |
y
Y position. |
Constructor Summary | |
---|---|
MapRect(int xx,
int yy,
int ww,
int hh)
Simple rectangle constructor. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int p
public int x
public int y
public int w
public int h
Constructor Detail |
---|
public MapRect(int xx, int yy, int ww, int hh)
xx
- x positionyy
- y positionww
- widthhh
- heightMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |