Uses of Class
org.cytoscape.view.layout.LayoutEdge
Packages that use LayoutEdge
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 LayoutEdge in org.cytoscape.view.layout
Methods in org.cytoscape.view.layout that return types with arguments of type LayoutEdgeModifier and TypeMethodDescriptionLayoutPartition.edgeIterator()
Return an iterator over all of the LayoutEdges in this partitionLayoutPartition.getEdgeList()
Return the list of LayoutEdges within this partition.Methods in org.cytoscape.view.layout with parameters of type LayoutEdgeModifier and TypeMethodDescriptionint
LayoutEdge.compareTo(LayoutEdge edgeView)
boolean
EdgeWeighter.normalizeWeight(LayoutEdge edge)
void
EdgeWeighter.setWeight(LayoutEdge layoutEdge)