public class BoundingRectanglePaintable<V,E> extends java.lang.Object implements VisualizationServer.Paintable
Modifier and Type | Field and Description |
---|---|
protected edu.uci.ics.jung.graph.Graph<V,E> |
graph |
protected edu.uci.ics.jung.algorithms.layout.Layout<V,E> |
layout |
protected RenderContext<V,E> |
rc |
protected java.util.List<java.awt.geom.Rectangle2D> |
rectangles |
Constructor and Description |
---|
BoundingRectanglePaintable(RenderContext<V,E> rc,
edu.uci.ics.jung.algorithms.layout.Layout<V,E> layout) |
Modifier and Type | Method and Description |
---|---|
void |
paint(java.awt.Graphics g) |
boolean |
useTransform() |
protected RenderContext<V,E> rc
protected java.util.List<java.awt.geom.Rectangle2D> rectangles
public BoundingRectanglePaintable(RenderContext<V,E> rc, edu.uci.ics.jung.algorithms.layout.Layout<V,E> layout)
public void paint(java.awt.Graphics g)
paint
in interface VisualizationServer.Paintable
public boolean useTransform()
useTransform
in interface VisualizationServer.Paintable