| Package | Description |
|---|---|
| salvo.jesus.graph.visual | |
| salvo.jesus.graph.visual.layout |
| Class and Description |
|---|
| GraphLayoutManager
The layout manager interface responsible for visually laying out
the vertices in a graph.
|
| Class and Description |
|---|
| AbstractGridLayout
An abstract implementation of the GraphLayoutManager interface.
|
| GraphGridLayoutManager
An extension of the GraphLayoutManager interface specifically
for placing vertices in grids.
|
| 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.
|
| 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.
|
| 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.
|
| OrthogonalLineLayout
A concrete implementation of GraphLayoutManager, extending AbstractGraphLayout,
used to layout the vertices of a graph with horizontal and vertices line edges.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.