Package | Description |
---|---|
edu.uci.ics.jung.algorithms.layout |
Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices.
|
edu.uci.ics.jung.algorithms.layout.util |
Utility classes for updating layout positions.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateLayout<V,E>
A
Layout implementation that combines
multiple other layouts so that they may be manipulated
as one layout. |
class |
DAGLayout<V,E>
An implementation of
Layout suitable for tree-like directed
acyclic graphs. |
class |
FRLayout<V,E>
Implements the Fruchterman-Reingold force-directed algorithm for node layout.
|
class |
FRLayout2<V,E>
Implements the Fruchterman-Reingold force-directed algorithm for node layout.
|
class |
ISOMLayout<V,E>
Implements a self-organizing map layout algorithm, based on Meyer's
self-organizing graph methods.
|
class |
KKLayout<V,E>
Implements the Kamada-Kawai algorithm for node layout.
|
class |
LayoutDecorator<V,E>
a pure decorator for the Layout interface.
|
class |
SpringLayout<V,E>
The SpringLayout package represents a visualization of a set of nodes.
|
class |
SpringLayout2<V,E>
The SpringLayout package represents a visualization of a set of nodes.
|
Modifier and Type | Field and Description |
---|---|
protected IterativeContext |
VisRunner.process |
Constructor and Description |
---|
VisRunner(IterativeContext process)
Creates an instance for the specified process.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence