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 |
BalloonLayout<V,E>
A
Layout implementation that assigns positions to Tree or
Forest vertices using associations with nested circles ("balloons"). |
class |
RadialTreeLayout<V,E>
A radial layout for Tree or Forest graphs.
|
Modifier and Type | Method and Description |
---|---|
TreeLayout<IGraphMLNode,GraphMLEdge> |
GraphMLLayoutFactory.newTreeLayout() |
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence