|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnct.visualization.cytoscape.dual.DualLayout
public class DualLayout
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 |
---|
public DualLayout()
Method Detail |
---|
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)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |