Package | Description |
---|---|
samples.preview_new_graphdraw |
This module provides a new way of thinking about graph drawing.
|
samples.preview_new_graphdraw.impl.crooked | |
samples.preview_new_graphdraw.iter | |
samples.preview_new_graphdraw.iterablelayouts | |
samples.preview_new_graphdraw.staticlayouts | |
samples.preview_new_graphdraw.test |
Modifier and Type | Class and Description |
---|---|
class |
StaticLayout |
Modifier and Type | Class and Description |
---|---|
class |
CrookedSpringLayout |
Modifier and Type | Class and Description |
---|---|
class |
IterableLayout
An IterableLayout
|
class |
UpdatableIterableLayout |
Modifier and Type | Class and Description |
---|---|
class |
InterpolatingIterableLayout
This abstract iterable layout interpolates between two different
emitted layouts over K frames.
|
class |
KKLayout
Implements the Kamada-Kawai algorithm for node layout.
|
class |
SpringLayout
The SpringLayout package represents a visualization of a set of nodes.
|
class |
UnmovingIterableLayout
This iterable layout simply iterates forever.
|
class |
WrappedIterableLayout
This class runs one iterable layout until it is finished, then
starts on another (for either K iterations or until finished).
|
Modifier and Type | Class and Description |
---|---|
class |
CircleLayout |
class |
IterableFromStaticEmittedLayout
The IterableToStaticLayout allows a graph to start fully
visualized and advanced, at the cost of some time. this
version starts with a Graph, and (when initializeLocations
is called) repeatedly iterates until done.
|
class |
IterableToStaticLayout
The IterableToStaticLayout allows a graph to start fully
visualized and advanced, at the cost of some time.
|
class |
RandomLayout |
class |
SimpleLayoutAlgorithm |
Modifier and Type | Class and Description |
---|---|
class |
LinearInterpolatingLayout
created Apr 23, 2004
|