Satsuma
a delicious .NET graph library
|
Go to the source code of this file.
Classes | |
class | Satsuma.IO.GraphML.DictionaryProperty< T > |
A property which can store values in a dictionary. More... | |
class | Satsuma.IO.GraphML.GraphMLFormat |
Loads and saves graphs stored in GraphML format. More... | |
class | Satsuma.IO.GraphML.GraphMLProperty |
Represents a GraphML property (or attribute). More... | |
class | Satsuma.IO.GraphML.NodeGraphics |
The visual appearance of a GraphML node. More... | |
class | Satsuma.IO.GraphML.NodeGraphicsProperty |
A GraphML property describing the visual appearance of the nodes. More... | |
class | Satsuma.IO.GraphML.StandardProperty< T > |
Represents a standard GraphML property (attribute), which may assign primitive values to objects. More... | |
Namespaces | |
package | Satsuma.IO.GraphML |
Enumerations | |
enum | Satsuma.IO.GraphML.NodeShape { Satsuma.IO.GraphML.Rectangle, Satsuma.IO.GraphML.RoundRect, Satsuma.IO.GraphML.Ellipse, Satsuma.IO.GraphML.Parallelogram, Satsuma.IO.GraphML.Hexagon, Satsuma.IO.GraphML.Triangle, Satsuma.IO.GraphML.Rectangle3D, Satsuma.IO.GraphML.Octagon, Satsuma.IO.GraphML.Diamond, Satsuma.IO.GraphML.Trapezoid, Satsuma.IO.GraphML.Trapezoid2 } |
The shape of a GraphML node. More... | |
enum | Satsuma.IO.GraphML.PropertyDomain { Satsuma.IO.GraphML.All, Satsuma.IO.GraphML.Node, Satsuma.IO.GraphML.Arc, Satsuma.IO.GraphML.Graph } |
The possible domain of a GraphMLProperty. More... | |
enum | Satsuma.IO.GraphML.StandardType { Satsuma.IO.GraphML.Bool, Satsuma.IO.GraphML.Double, Satsuma.IO.GraphML.Float, Satsuma.IO.GraphML.Int, Satsuma.IO.GraphML.Long, Satsuma.IO.GraphML.String } |
The types a standard GraphML property (attribute) can represent. More... | |