edu.uci.ics.jung.visualization.layout
Class BoundingRectanglePaintable<V,E>

java.lang.Object
  extended by edu.uci.ics.jung.visualization.layout.BoundingRectanglePaintable<V,E>
All Implemented Interfaces:
VisualizationServer.Paintable

public class BoundingRectanglePaintable<V,E>
extends Object
implements VisualizationServer.Paintable


Field Summary
protected  Graph<V,E> graph
           
protected  Layout<V,E> layout
           
protected  RenderContext<V,E> rc
           
protected  List<Rectangle2D> rectangles
           
 
Constructor Summary
BoundingRectanglePaintable(RenderContext<V,E> rc, Layout<V,E> layout)
           
 
Method Summary
 void paint(Graphics g)
           
 boolean useTransform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rc

protected RenderContext<V,E> rc

graph

protected Graph<V,E> graph

layout

protected Layout<V,E> layout

rectangles

protected List<Rectangle2D> rectangles
Constructor Detail

BoundingRectanglePaintable

public BoundingRectanglePaintable(RenderContext<V,E> rc,
                                  Layout<V,E> layout)
Method Detail

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.