de.saar.chorus.treelayout
Class BoundingBox

Object
  extended by BoundingBox

public class BoundingBox
extends Object

Author:
Marco Kuhlmann

Field Summary
 int depth
           
 int left
           
 int right
           
 
Constructor Summary
BoundingBox(int l, int r, int d)
           
 
Method Summary
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public int left

right

public int right

depth

public int depth
Constructor Detail

BoundingBox

public BoundingBox(int l,
                   int r,
                   int d)