Modifier and Type | Class and Description |
---|---|
class |
CrookedSpringLayout |
Modifier and Type | Class and Description |
---|---|
class |
UpdatableIterableLayout |
Modifier and Type | Field and Description |
---|---|
protected IterableLayout |
LayoutIterator.iterableLayout |
protected IterableLayout |
LocalGraphDraw.layout |
Modifier and Type | Method and Description |
---|---|
IterableLayout |
LocalGraphDraw.getLayoutSource()
Returns the iterable layout at the core.
|
Modifier and Type | Method and Description |
---|---|
static void |
GraphLayoutPanelUtils.prerelax(long millis,
IterableLayout la)
Pre-relaxes a layout.
|
Constructor and Description |
---|
LayoutIterator(GraphLayoutPanel jgp,
IterableLayout la) |
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.
|
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 | Field and Description |
---|---|
protected IterableLayout |
WrappedIterableLayout.next |
protected IterableLayout |
WrappedIterableLayout.start |
Constructor and Description |
---|
WrappedIterableLayout(IterableLayout start,
IterableLayout next) |
WrappedIterableLayout(IterableLayout start,
IterableLayout next,
int frames) |
Modifier and Type | Field and Description |
---|---|
protected IterableLayout |
IterableFromStaticEmittedLayout.iterableLayout |
protected IterableLayout |
IterableToStaticLayout.iterableLayout |
Constructor and Description |
---|
IterableFromStaticEmittedLayout(EmittedLayout emitted,
IterableLayout iter) |
IterableToStaticLayout(StaticLayout starting,
IterableLayout iter) |
Modifier and Type | Class and Description |
---|---|
class |
LinearInterpolatingLayout
created Apr 23, 2004
|