edu.uci.ics.jung.visualization.layout
Class BoundingRectanglePaintable<V,E>
java.lang.Object
edu.uci.ics.jung.visualization.layout.BoundingRectanglePaintable<V,E>
- All Implemented Interfaces:
- VisualizationServer.Paintable
public class BoundingRectanglePaintable<V,E>
- extends Object
- implements VisualizationServer.Paintable
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
BoundingRectanglePaintable
public BoundingRectanglePaintable(RenderContext<V,E> rc,
Layout<V,E> layout)
paint
public void paint(Graphics g)
- Specified by:
paint
in interface VisualizationServer.Paintable
useTransform
public boolean useTransform()
- Specified by:
useTransform
in interface VisualizationServer.Paintable
Copyright © 2009. All Rights Reserved.