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. |
Modifier and Type | Class and Description |
---|---|
class |
DAGLayout<V,E>
An implementation of
Layout suitable for tree-like directed
acyclic graphs. |
class |
SpringLayout2<V,E>
The SpringLayout package represents a visualization of a set of nodes.
|
Modifier and Type | Method and Description |
---|---|
SpringLayout<IGraphMLNode,GraphMLEdge> |
GraphMLLayoutFactory.newSpringLayout() |
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence