Satsuma
a delicious .NET graph library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Classes | Namespaces | Enumerations
Drawing.cs File Reference

Go to the source code of this file.

Classes

class  Satsuma.Drawing.GraphDrawer
 Draws a graph on a Graphics. More...
 
interface  Satsuma.Drawing.INodeShape
 Abstract base for shapes used to draw graph nodes. More...
 
class  Satsuma.Drawing.NodeShape
 A standard implementation of INodeShape (immutable). More...
 
class  Satsuma.Drawing.NodeStyle
 The visual style for a drawn node. More...
 

Namespaces

package  Satsuma.Drawing
 

Enumerations

enum  Satsuma.Drawing.NodeShapeKind {
  Satsuma.Drawing.Diamond, Satsuma.Drawing.Ellipse, Satsuma.Drawing.Rectangle, Satsuma.Drawing.Triangle,
  Satsuma.Drawing.UpsideDownTriangle
}
 The possible types of StandardShape. More...