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