GoXam for WPF v3
CircularVertex Class Members
Properties  Methods 


Northwoods.GoXam.Layout Namespace : CircularVertex Class

The following tables list the members exposed by CircularVertex.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property Gets the computed angle for this particular vertex, given its position on the ellipse.  
Public Property Gets or sets the Bounds of this node. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets or sets the center Point of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets an enumerator that iterates over all of the edges going out of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets the number of edges coming out of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets an enumerator over all of the vertexes that have edges going out of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets or sets the value used as the vertex's diameter  
Public Property Gets an enumerator over all of the edges going out of or coming into this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets the number of edges connected to this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public PropertyGets or sets the offset of the GenericNetwork.Vertex<V,E,Y>.Center from the GenericNetwork.Vertex<V,E,Y>.Bounds.Position. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public PropertyGets the GenericNetwork.Vertex<V,E,Y>.Bounds.Height. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets or sets the network that this vertex is part of. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public PropertyGets or sets the GenericNetwork.Vertex<V,E,Y>.Node associated with this network vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets or sets the position (top-left corner) of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public PropertyGets the GenericNetwork.Vertex<V,E,Y>.Bounds.Size. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets an enumerator that iterates over all of the edges coming into this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets the number of edges going into this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets an enumerator over all of the vertexes that have edges coming into this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public Property Gets an enumerator over all of the vertexes that are connected to this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Public PropertyGets the GenericNetwork.Vertex<V,E,Y>.Bounds.Width. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>)
Top
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