Class | Description |
---|---|
ConnectingEdgeVisualData<VertexType,EdgeType> |
Computes edge line start and end points for graph visualizations
|
EdgeVisualData<VertexType,EdgeType> |
Stores visual data of an edge
|
LoopEdgeVisualData<VertexType,EdgeType> |
Contains data for visualizing an edge loop
|
StdLayout<VertexType,EdgeType> |
Abstract layout class for arranging vertices
|
VertexVisualData<VertexType,EdgeType> |
Stores data for visual location and dimension of a vertex
|
Exception | Description |
---|---|
ArrangeException |
Thrown, whenever a graph layout was not able to arrange the vertices due to invalid configuration or invalid graph
properties
|