Uses of Class
org.cytoscape.view.layout.EdgeWeighter
Package
Description
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
Modifier and TypeFieldDescriptionprotected EdgeWeighter
AbstractPartitionLayoutTask.edgeWeighter
The EdgeWeighter used for edge weight calculations.Modifier and TypeMethodDescriptionstatic 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.ModifierConstructorDescriptionLayoutPartition(CyNetworkView networkView, Collection<View<CyNode>> nodeSet, EdgeWeighter edgeWeighter)
LayoutPartition: use this constructor to create a LayoutPartition that includes the entire network.