public class BoundingRectanglePaintable<V,E> extends Object implements VisualizationServer.Paintable
| 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 |
|---|
BoundingRectanglePaintable(RenderContext<V,E> rc,
Layout<V,E> layout) |
protected RenderContext<V,E> rc
protected List<Rectangle2D> rectangles
public void paint(Graphics g)
paint in interface VisualizationServer.Paintablepublic boolean useTransform()
useTransform in interface VisualizationServer.PaintableCopyright © 2016. All rights reserved.