| Class | Description |
|---|---|
| InterpolatingIterableLayout |
This abstract iterable layout interpolates between two different
emitted layouts over K frames.
|
| KKLayout |
Implements the Kamada-Kawai algorithm for node layout.
|
| SpringLayout |
The SpringLayout package represents a visualization of a set of nodes.
|
| SpringLayout.SpringEdge | |
| SpringLayout.SpringVertex | |
| UnmovingIterableLayout |
This iterable layout simply iterates forever.
|
| WrappedIterableLayout |
This class runs one iterable layout until it is finished, then
starts on another (for either K iterations or until finished).
|