Package | Description |
---|---|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
edu.uci.ics.jung.visualization.contrib |
These are additional layouts contributed by various users.
|
scratch.scott |
Modifier and Type | Class and Description |
---|---|
class |
FRLayout
Implements the Fruchterman-Reingold algorithm for node layout.
|
class |
ISOMLayout
Implements a self-organizing map layout algorithm, based on Meyer's
self-organizing graph methods.
|
class |
SpringLayout
The SpringLayout package represents a visualization of a set of nodes.
|
class |
StaticLayout |
Modifier and Type | Class and Description |
---|---|
class |
CircleLayout
Positions vertices equally spaced on a regular circle.
|
class |
DAGLayout |
class |
KKLayout
Implements the Kamada-Kawai algorithm for node layout.
|
class |
KKLayoutInt
Implements the Kamada-Kawai algorithm for node layout, tweaked to store vertex distances as integers.
|
class |
TreeLayout |
Modifier and Type | Class and Description |
---|---|
class |
FastScalableMDS |