Package | Description |
---|---|
samples.preview_new_graphdraw |
This module provides a new way of thinking about graph drawing.
|
samples.preview_new_graphdraw.staticlayouts |
Modifier and Type | Class and Description |
---|---|
class |
StaticLayout |
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 |