Class | Description |
---|---|
CycleLayout<VertexType,EdgeType> |
Graph layout that arranges the vertices on a cycle.
|
ExplicitPositionsLayout<VertexType,EdgeType> |
Arranges the vertices of a graph according to the position saved in the vertex states.
|
GridLayout<VertexType,EdgeType> |
Graph layout which arranges the vertices on a grid.
|
LoadLayout<VertexType,EdgeType> |
Arranges the vertices of a graph according to a given file.
|
TreeLayout<VertexType,EdgeType> |
Graph layout that arranges the vertices as a tree, whereas the graph itself does not have to be a tree.
|