edu.iu.iv.visualization.networks.jungspringlayout
Class JUNGSpringLayout

java.lang.Object
  |
  +--edu.iu.iv.visualization.networks.jungspringlayout.JUNGSpringLayout

public class JUNGSpringLayout
extends java.lang.Object

Author:
Hardik Sheth (hsheth@indiana.edu)

Constructor Summary
JUNGSpringLayout(edu.uci.ics.jung.graph.Graph g)
          Constructor.
 
Method Summary
 boolean drawGraph()
          Visualize the network graph
static edu.uci.ics.jung.graph.Graph getGraph()
          Get the network graph
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUNGSpringLayout

public JUNGSpringLayout(edu.uci.ics.jung.graph.Graph g)
Constructor. Set the graph to visualize

Method Detail

drawGraph

public boolean drawGraph()
Visualize the network graph


getGraph

public static edu.uci.ics.jung.graph.Graph getGraph()
Get the network graph

Returns:
graph