Interface | Description |
---|---|
DrawableEdge |
A Drawable edge is used by
GraphDrawer instances to draw the edge
correctly. |
Class | Description |
---|---|
BendedDrawableEdge |
A drawable edge which contains multiple points.
|
DirectDrawableEdge |
An edge which is drawn directly from its source to its target, without any bends.
|
Edge |
An edge of a graph.
|
Edge
class contains the usual Edge as used in graphs.
The DrawableEdge
is used in graph drawers, such that the line to draw the
edge with is specified. This allows adding for example bends to edges visually.