See: Description
| Class | Description |
|---|---|
| CircleLayouter<V extends Vertex,E extends Edge<V>> |
Layotuer which embeds the vertices on a circle, with or without optimizing
edge crossings (depending on the optimize crossings parameter value).
|
| CircleWithCenterLayouter<V extends Vertex,E extends Edge<V>> |
This layouter takes places vertices on a circumference of a circle,
and places the vertex with the highest number of links with other graph vertices in
the center of the circle
|