edu.iu.iv.visualization.networks.jungkamadakawailayout
Class JUNGKamadaKawaiLayout

java.lang.Object
  |
  +--edu.iu.iv.visualization.networks.jungkamadakawailayout.JUNGKamadaKawaiLayout

public class JUNGKamadaKawaiLayout
extends java.lang.Object

Author:
Hardik Sheth (hsheth@indiana.edu)

Constructor Summary
JUNGKamadaKawaiLayout(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

JUNGKamadaKawaiLayout

public JUNGKamadaKawaiLayout(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