Cytoscape 2.8.0 API

Uses of Interface
cytoscape.view.CyNodeView

Packages that use CyNodeView
cytoscape.ding   
cytoscape.view Classes that provide a window to display a graph and UI components connected to that window, such as the menus. 
 

Uses of CyNodeView in cytoscape.ding
 

Methods in cytoscape.ding with parameters of type CyNodeView
 void DingNetworkView.applyLayout(CyLayoutAlgorithm layout, CyNodeView[] nodes, CyEdgeView[] edges)
          DOCUMENT ME!
 void DingNetworkView.applyLockedLayout(CyLayoutAlgorithm layout, CyNodeView[] nodes, CyEdgeView[] edges)
          DOCUMENT ME!
 

Uses of CyNodeView in cytoscape.view
 

Methods in cytoscape.view with parameters of type CyNodeView
 void CyNetworkView.applyLayout(CyLayoutAlgorithm layout, CyNodeView[] nodes, CyEdgeView[] edges)
          Applies the given layout to only the given NodeViews and EdgeViews.
 void CyNetworkView.applyLockedLayout(CyLayoutAlgorithm layout, CyNodeView[] nodes, CyEdgeView[] edges)
          Applies the given layout to the entire CyNetworkView, but locks the given NodeViews and EdgeViews in place.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.