GoXam for WPF v3
CircularVertex Class Methods


Northwoods.GoXam.Layout Namespace : CircularVertex Class

For a list of all members of this type, see CircularVertex members.

Public Methods
 NameDescription
Public Method Adds an edge to the list successors (i.e., the edge will be going out from this vertex). (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Method Adds an edge to the list of predecessors (i.e., the edge will be coming into this vertex). (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public MethodMoves the Northwoods.GoXam.Node corresponding to this vertex so that its position is the current GenericNetwork.Vertex<V,E,Y>.Position. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Method Finds the effective diameter of this CircularVertex, which may depend on the angle at which the ellipse is being filled  
Public Method Deletes an edge from the list of successors (i.e., the edge was going out from this vertex). (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Method Deletes an edge from the list of predecessors (i.e., the edge was coming into this vertex). (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Method Returns a string representing the CircularVertex  
Top
See Also

Reference

CircularVertex Class
Northwoods.GoXam.Layout Namespace