AbstractLayoutTask |
This is a basic implementation of a LayoutAlgorithm Task that does some
bookkeeping, but primarily delegates to the doLayout() method.
|
AbstractPartitionLayoutTask |
This is a more helpful implementation of a LayoutAlgorithm Task
that extends AbstractBasicLayoutTask and does the work of partitioning
the CyNetworkView so that partitions may be laid out individually.
|
CyLayoutAlgorithm |
A task factory specifically for layout algorithms.
|
EdgeWeighter |
The EdgeWeighter class.
|
LayoutEdge |
The LayoutEdge class.
|
LayoutNode |
The LayoutNode class.
|
LayoutPartition |
The LayoutPartition class contains all of the information about a
single graph partition, where a partition is defined as all nodes
in a graph that connect only to each other.
|
LayoutPoint |
Simple immutable object which represents a point (x, y, z).
|
WeightTypes |
An enum describing different weighting strategies.
|