Package | Description |
---|---|
samples.preview_new_graphdraw |
This module provides a new way of thinking about graph drawing.
|
samples.preview_new_graphdraw.iter | |
samples.preview_new_graphdraw.staticlayouts |
Modifier and Type | Method and Description |
---|---|
StaticLayout |
StaticLayout.initializeLocations(java.awt.Dimension d,
Graph g) |
Constructor and Description |
---|
LocalGraphDraw(Graph g,
StaticLayout startup,
IterableLayout layout,
VertexRenderer vr,
EdgeRenderer er,
java.awt.Dimension d,
boolean prerelax)
A verbose constructor creates a LocalGraphDraw object, and a panel to
show.
|
LocalGraphDraw(Graph g,
StaticLayout startup,
VertexRenderer vr,
EdgeRenderer er,
java.awt.Dimension d)
A LocalGraphDraw that won't be animated.
|
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 | Field and Description |
---|---|
protected StaticLayout |
IterableToStaticLayout.startingLayout |
Modifier and Type | Method and Description |
---|---|
StaticLayout |
CircleLayout.initializeLocations(java.awt.Dimension d,
Graph g) |
StaticLayout |
IterableFromStaticEmittedLayout.initializeLocations(java.awt.Dimension d,
Graph g) |
StaticLayout |
IterableToStaticLayout.initializeLocations(java.awt.Dimension d,
Graph g) |
Constructor and Description |
---|
IterableToStaticLayout(StaticLayout starting,
IterableLayout iter) |