Satsuma
a delicious .NET graph library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | Properties | List of all members
Satsuma.IO.GraphML.NodeGraphics Class Reference

The visual appearance of a GraphML node. More...

Public Member Functions

 NodeGraphics ()
 
 NodeGraphics (XElement xData)
 Constructs a node graphics object from a data element. More...
 
override string ToString ()
 
XElement ToXml ()
 Converts the node graphics object to a data element. More...
 

Properties

double Height [get, set]
 The height of the shape representing the node. More...
 
NodeShape Shape [get, set]
 The shape of the node. More...
 
double Width [get, set]
 The width of the shape representing the node. More...
 
double X [get, set]
 The X coordinate of the center of shape representing the node. More...
 
double Y [get, set]
 The Y coordinate of the center of shape representing the node. More...
 

Detailed Description

The visual appearance of a GraphML node.

See Also
NodeGraphicsProperty

Definition at line 364 of file IO.GraphML.cs.

Constructor & Destructor Documentation

Satsuma.IO.GraphML.NodeGraphics.NodeGraphics ( )

Definition at line 377 of file IO.GraphML.cs.

Satsuma.IO.GraphML.NodeGraphics.NodeGraphics ( XElement  xData)

Constructs a node graphics object from a data element.

Definition at line 401 of file IO.GraphML.cs.

Member Function Documentation

override string Satsuma.IO.GraphML.NodeGraphics.ToString ( )

Definition at line 432 of file IO.GraphML.cs.

XElement Satsuma.IO.GraphML.NodeGraphics.ToXml ( )

Converts the node graphics object to a data element.

Definition at line 417 of file IO.GraphML.cs.

Property Documentation

double Satsuma.IO.GraphML.NodeGraphics.Height
getset

The height of the shape representing the node.

Definition at line 373 of file IO.GraphML.cs.

NodeShape Satsuma.IO.GraphML.NodeGraphics.Shape
getset

The shape of the node.

Definition at line 375 of file IO.GraphML.cs.

double Satsuma.IO.GraphML.NodeGraphics.Width
getset

The width of the shape representing the node.

Definition at line 371 of file IO.GraphML.cs.

double Satsuma.IO.GraphML.NodeGraphics.X
getset

The X coordinate of the center of shape representing the node.

Definition at line 367 of file IO.GraphML.cs.

double Satsuma.IO.GraphML.NodeGraphics.Y
getset

The Y coordinate of the center of shape representing the node.

Definition at line 369 of file IO.GraphML.cs.


The documentation for this class was generated from the following file: