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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
LayoutEdge.compareTo(LayoutEdge edgeView) |
boolean |
EdgeWeighter.normalizeWeight(LayoutEdge edge) |
void |
EdgeWeighter.setWeight(LayoutEdge layoutEdge) |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.