edu.uci.ics.jung.visualization.layout
Class BoundingRectangleCollector<V,E>
java.lang.Object
edu.uci.ics.jung.visualization.layout.BoundingRectangleCollector<V,E>
public class BoundingRectangleCollector<V,E>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rc
protected RenderContext<V,E> rc
graph
protected Graph<V,E> graph
layout
protected Layout<V,E> layout
rectangles
protected List<Rectangle2D> rectangles
BoundingRectangleCollector
public BoundingRectangleCollector(RenderContext<V,E> rc,
Layout<V,E> layout)
getRectangles
public List<Rectangle2D> getRectangles()
- Returns:
- the rectangles
compute
public void compute()
Copyright © 2009. All Rights Reserved.