| Interface | Description |
|---|---|
| GraphGridLayoutManager |
An extension of the GraphLayoutManager interface specifically
for placing vertices in grids.
|
| GraphLayoutListener |
The listener interface for receiving notification of graph layout events.
|
| GraphLayoutManager |
The layout manager interface responsible for visually laying out
the vertices in a graph.
|
| Class | Description |
|---|---|
| AbstractGridLayout |
An abstract implementation of the GraphLayoutManager interface.
|
| ForceDirectedLayout |
An implementation of a directed-force layout using logarithmic springs
and electrical forces, as discussed in Chapter 10 of the book
"Graph Drawing".
|
| GraphLayoutEvent |
This is a general purpose graph layout event that is used to notify
interested parties that a vertex has just been laid out in the graph.
|
| Grid |
The Grid class represents a matrix of hypothetical vertical and horizontal grid lines,
where each intersection of the grid lines is a grid point.
|
| LayeredTreeLayout | |
| OrthogonalLineLayout |
A concrete implementation of GraphLayoutManager, extending AbstractGraphLayout,
used to layout the vertices of a graph with horizontal and vertices line edges.
|
| RadialTreeLayout |
An implementation of a radial tree layout drawing, as described on
page 52 of the book "Graph Drawing".
|
| StraightLineLayout |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.