de.saar.chorus.treelayout
Class Extent

Object
  extended by Extent

public class Extent
extends Object

Author:
Marco Kuhlmann

Field Summary
 int extentL
           
 int extentR
           
 
Constructor Summary
Extent(int width)
           
Extent(int pExtentL, int pExtentR)
           
 
Method Summary
 void extend(int deltaL, int deltaR)
           
 void move(int delta)
           
 String toString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

extentL

public int extentL

extentR

public int extentR
Constructor Detail

Extent

public Extent(int pExtentL,
              int pExtentR)

Extent

public Extent(int width)
Method Detail

extend

public void extend(int deltaL,
                   int deltaR)

move

public void move(int delta)

toString

public String toString()
Overrides:
toString in class Object