de.saar.chorus.treelayout
Class Shape
Object
Shape
public class Shape
- extends Object
- Author:
- Marco Kuhlmann
Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Shape
public Shape()
Shape
public Shape(Extent extent)
Shape
public Shape(Extent extent,
Shape subShape)
depth
public int depth()
add
public void add(Extent Extent)
get
public Extent get(int i)
iterator
public Iterator iterator()
extend
public void extend(int deltaL,
int deltaR)
move
public void move(int delta)
getExtentAtDepth
public Extent getExtentAtDepth(int depth)
getBoundingBox
public BoundingBox getBoundingBox()
toString
public String toString()
- Overrides:
toString
in class Object