Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.view.layout.EdgeWeighter

Packages that use EdgeWeighter
org.cytoscape.view.layout This package provides access to the available layout algorithms, as well as provides abstract layout classes and layout information containers for the convenience of implementing other layout algorithms. 
 

Uses of EdgeWeighter in org.cytoscape.view.layout
 

Fields in org.cytoscape.view.layout declared as EdgeWeighter
protected  EdgeWeighter AbstractPartitionLayoutTask.edgeWeighter
          The EdgeWeighter used for edge weight calculations.
 

Methods in org.cytoscape.view.layout with parameters of type EdgeWeighter
static List<LayoutPartition> PartitionUtil.partition(CyNetworkView networkView, boolean selectedOnly, EdgeWeighter edgeWeighter)
          Partition the graph -- this builds the LayoutEdge and LayoutNode arrays as a byproduct.
static List<LayoutPartition> PartitionUtil.partition(CyNetworkView networkView, Collection<CyNode> nodeSet, EdgeWeighter edgeWeighter)
          Partition the graph -- this builds the LayoutEdge and LayoutNode arrays as a byproduct.
 void LayoutPartition.setEdgeWeighter(EdgeWeighter edgeWeighter)
          Set the EdgeWeighter to use for this partition.
 

Constructors in org.cytoscape.view.layout with parameters of type EdgeWeighter
LayoutPartition(CyNetworkView networkView, Collection<View<CyNode>> nodeSet, EdgeWeighter edgeWeighter)
          LayoutPartition: use this constructor to create a LayoutPartition that includes the entire network.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.