Satsuma
a delicious .NET graph library
|
Classes | |
class | ForceDirectedLayout |
Attempts to draw a graph to the plane such that a certain equilibrium is attained. More... | |
class | GraphDrawer |
Draws a graph on a Graphics. More... | |
interface | INodeShape |
Abstract base for shapes used to draw graph nodes. More... | |
class | NodeShape |
A standard implementation of INodeShape (immutable). More... | |
class | NodeStyle |
The visual style for a drawn node. More... | |
struct | PointD |
An immutable point whose coordinates are double . More... | |
Enumerations | |
enum | NodeShapeKind { Diamond, Ellipse, Rectangle, Triangle, UpsideDownTriangle } |
The possible types of StandardShape. More... | |
The possible types of StandardShape.
Enumerator | |
---|---|
Diamond | |
Ellipse | |
Rectangle | |
Triangle | |
UpsideDownTriangle |
Definition at line 49 of file Drawing.cs.