Cytoscape 3.0.1 API

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

Packages that use LayoutEdge
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
 Iterator<LayoutEdge> LayoutPartition.edgeIterator()
          Return an iterator over all of the LayoutEdges in this partition
 List<LayoutEdge> LayoutPartition.getEdgeList()
          Return the list of LayoutEdges within this partition.
 

Methods in org.cytoscape.view.layout with parameters of type LayoutEdge
 int LayoutEdge.compareTo(LayoutEdge edgeView)
           
 boolean EdgeWeighter.normalizeWeight(LayoutEdge edge)
           
 void EdgeWeighter.setWeight(LayoutEdge layoutEdge)
           
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.