|
Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.layout.AbstractLayout
cytoscape.layout.SpringEmbeddedLayouter
VERY STRONG WARNING!!! AVOID USING OR LOOKING AT THIS CODE!! IT IS GOING TO GO AWAY VERY SOON!!!
Constructor Summary | |
SpringEmbeddedLayouter(CyNetworkView graphView)
Deprecated. |
Method Summary | |
Object |
construct()
Deprecated. |
GraphView |
getGraphView()
Deprecated. |
void |
lockNode(NodeView v)
Deprecated. Adds the NodeView to the DontMove list |
void |
lockNodes(NodeView[] nodes)
Deprecated. |
void |
setGraphView(CyNetworkView newGraphView)
Deprecated. |
void |
unlockNode(NodeView v)
Deprecated. Removes the NodeView from the DontMove list |
Methods inherited from class cytoscape.layout.AbstractLayout |
advancePositions, cancel, doLayout, done, dontMove, forceMove, getCurrent, getCurrentSize, getLengthOfTask, getMessage, getName, getNodeView, getStatus, getTaskName, go, incrementProgress, initialize, move, resize, restart, setSingle, stop, wasCanceled |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpringEmbeddedLayouter(CyNetworkView graphView)
Method Detail |
public void setGraphView(CyNetworkView newGraphView)
public GraphView getGraphView()
public void lockNodes(NodeView[] nodes)
lockNodes
in interface LayoutAlgorithm
lockNodes
in class AbstractLayout
public void lockNode(NodeView v)
AbstractLayout
lockNode
in interface LayoutAlgorithm
lockNode
in class AbstractLayout
public void unlockNode(NodeView v)
AbstractLayout
unlockNode
in interface LayoutAlgorithm
unlockNode
in class AbstractLayout
public Object construct()
construct
in class AbstractLayout
|
www.cytoscape.org | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |