nct.visualization.cytoscape.dual
Class DualLayout

java.lang.Object
  extended by nct.visualization.cytoscape.dual.DualLayout

public class DualLayout
extends java.lang.Object

Constructs several Cytoscape objects based on an input Graph and renders the graph in Dual Layout mode.


Constructor Summary
DualLayout()
           
 
Method Summary
static void create(Graph<java.lang.String,java.lang.Double> graph, java.lang.String style, java.lang.String outFile, java.lang.String outThumbFile, java.lang.String vizmapFileLoc)
          Creates a dual layout PNG graphic of the specified graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DualLayout

public DualLayout()
Method Detail

create

public static void create(Graph<java.lang.String,java.lang.Double> graph,
                          java.lang.String style,
                          java.lang.String outFile,
                          java.lang.String outThumbFile,
                          java.lang.String vizmapFileLoc)
Creates a dual layout PNG graphic of the specified graph.

Parameters:
graph - The graph to layout.
style - The vizmap style to use for the layout.
outFile - The output file.
vizmapFileLoc - The location of the vizmap.props file to use.