GoXam for WPF v3
ForceDirectedVertex Class Members
Properties  Methods 


Northwoods.GoXam.Layout Namespace : ForceDirectedVertex Class

The following tables list the members exposed by ForceDirectedVertex.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property Gets or sets the Bounds of this node. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Property Gets or sets the center Point of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Propertycharge of the node. See the ElectricalCharge method  
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Property Gets the number of edges coming out of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Property Gets the number of edges connected to this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Property cumulative force on the node in the X-direction  
Public Property cumulative force on the node in the Y-direction  
Public PropertyGets the GenericNetwork.Vertex<V,E,Y>.Bounds.Height. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Propertywhether ForceDirectedLayout.IsFixed should return true  
Public Propertymass of the node. See the GravitationalMass method  
Public Property Gets or sets the network that this vertex is part of. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public PropertyGets or sets the GenericNetwork.Vertex<V,E,Y>.Node associated with this network vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Property Gets or sets the position (top-left corner) of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public PropertyGets the GenericNetwork.Vertex<V,E,Y>.Bounds.Size. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Property Gets an enumerator that iterates over all of the edges coming into this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Property Gets the number of edges going into this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public Property Gets an enumerator over all of the vertexes that are connected to this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Public PropertyGets the GenericNetwork.Vertex<V,E,Y>.Bounds.Width. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
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<ForceDirectedVertex,ForceDirectedEdge,ForceDirectedLayout>)
Top
See Also

Reference

ForceDirectedVertex Class
Northwoods.GoXam.Layout Namespace