public class BoundingRectangleCollector<V,E> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Graph<V,E> |
graph |
protected Layout<V,E> |
layout |
protected RenderContext<V,E> |
rc |
protected List<Rectangle2D> |
rectangles |
| Constructor and Description |
|---|
BoundingRectangleCollector(RenderContext<V,E> rc,
Layout<V,E> layout) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute() |
List<Rectangle2D> |
getRectangles() |
protected RenderContext<V,E> rc
protected List<Rectangle2D> rectangles
public List<Rectangle2D> getRectangles()
public void compute()
Copyright © 2016. All rights reserved.