Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD

cytoscape.layout
Class SpringEmbeddedLayouter

java.lang.Object
  extended bycytoscape.layout.AbstractLayout
      extended bycytoscape.layout.SpringEmbeddedLayouter
All Implemented Interfaces:
LayoutAlgorithm, MonitoredTask

Deprecated. Please avoid looking at or using this code -- this code is going away in the next Cytoscape release (the one after 2.1).

public class SpringEmbeddedLayouter
extends AbstractLayout

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

SpringEmbeddedLayouter

public SpringEmbeddedLayouter(CyNetworkView graphView)
Deprecated. 
Method Detail

setGraphView

public void setGraphView(CyNetworkView newGraphView)
Deprecated. 

getGraphView

public GraphView getGraphView()
Deprecated. 

lockNodes

public void lockNodes(NodeView[] nodes)
Deprecated. 
Specified by:
lockNodes in interface LayoutAlgorithm
Overrides:
lockNodes in class AbstractLayout

lockNode

public void lockNode(NodeView v)
Deprecated. 
Description copied from class: AbstractLayout
Adds the NodeView to the DontMove list

Specified by:
lockNode in interface LayoutAlgorithm
Overrides:
lockNode in class AbstractLayout

unlockNode

public void unlockNode(NodeView v)
Deprecated. 
Description copied from class: AbstractLayout
Removes the NodeView from the DontMove list

Specified by:
unlockNode in interface LayoutAlgorithm
Overrides:
unlockNode in class AbstractLayout

construct

public Object construct()
Deprecated. 
Specified by:
construct in class AbstractLayout

www.cytoscape.org