| Class | Description |
|---|---|
| Circle |
Definition of a circle by center and radius
|
| Connection |
Representation of a source and origin point
|
| DijkstraShortestPath<T extends Node> |
Implementation of the Dijkstra Shortest Path algorithm with the
addition that it computes distances for all source nodes.
|
| KamadaKawai<T extends Node> |
KamadaKawai algorithm for laying up a graph.
|
| Pair<T> |
Defines a structure to hold a couple of objects of type T.
|
| Point |
Simple representation of a point in space
|
| SvgCanvas |
Allows drawing of SVG in a simulated canvas.
|
| SvgRenderer |
Routines to draw a Dfa to SVG.
|
Copyright © 2017. All rights reserved.