Package | Description |
---|---|
edu.uci.ics.jung.algorithms.layout |
Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices.
|
org.girod.jgraphml.layout |
This package contains one factory class allowing to simplify applying layouts to
GraphMLDiagram graphs. |
Class and Description |
---|
AbstractLayout
Abstract class for implementations of
Layout . |
CircleLayout.CircleVertexData |
FRLayout.FRVertexData |
GraphElementAccessor
Interface for coordinate-based selection of graph components.
|
ISOMLayout.ISOMVertexData |
Layout
A generalized interface is a mechanism for returning (x,y) coordinates
from vertices.
|
PolarPoint
Represents a point in polar coordinates: distance and angle from the origin.
|
SpringLayout
The SpringLayout package represents a visualization of a set of nodes.
|
SpringLayout.SpringVertexData |
SugiyamaLayout.Orientation |
TreeLayout |
Class and Description |
---|
BalloonLayout
A
Layout implementation that assigns positions to Tree or
Forest vertices using associations with nested circles ("balloons"). |
CircleLayout
A
Layout implementation that positions vertices equally spaced on a regular circle. |
DAGLayout
An implementation of
Layout suitable for tree-like directed
acyclic graphs. |
FRLayout
Implements the Fruchterman-Reingold force-directed algorithm for node layout.
|
FRLayout2
Implements the Fruchterman-Reingold force-directed algorithm for node layout.
|
ISOMLayout
Implements a self-organizing map layout algorithm, based on Meyer's
self-organizing graph methods.
|
KKLayout
Implements the Kamada-Kawai algorithm for node layout.
|
Layout
A generalized interface is a mechanism for returning (x,y) coordinates
from vertices.
|
RadialTreeLayout
A radial layout for Tree or Forest graphs.
|
SpringLayout
The SpringLayout package represents a visualization of a set of nodes.
|
SpringLayout2
The SpringLayout package represents a visualization of a set of nodes.
|
SugiyamaLayout
Arranges the nodes with the Sugiyama Layout Algorithm.
|
TreeLayout |
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence