org.basex.gui.view.map
Class MapRect

java.lang.Object
  extended by org.basex.gui.view.map.MapRect
All Implemented Interfaces:
java.lang.Cloneable

public final class MapRect
extends java.lang.Object
implements java.lang.Cloneable

Single Treemap Rectangle.

Author:
Workgroup DBIS, University of Konstanz 2005-08, ISC License, Christian Gruen

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

p

public int p
Rectangle pre value.


x

public int x
X position.


y

public int y
Y position.


w

public int w
Width.


h

public int h
Height.

Constructor Detail

MapRect

public MapRect(int xx,
               int yy,
               int ww,
               int hh)
Simple rectangle constructor.

Parameters:
xx - x position
yy - y position
ww - width
hh - height
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object