GoXam for WPF v3
LayeredDigraphVertex Class Members
Properties  Methods 


Northwoods.GoXam.Layout Namespace : LayeredDigraphVertex Class

The following tables list the members exposed by LayeredDigraphVertex.

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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property Gets or sets the center Point of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Propertythe column to which the node is assigned; see LayeredDigraphLayout.InitializeColumns for details  
Public Propertythe connected component to which the node is assigned; used by LayeredDigraphLayout.OptimalLinkLengthLayering and LayeredDigraphLayout.ComponentPack  
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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property Gets the number of edges coming out of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Propertytime of discovery in depth first search; used in LayeredDigraphLayout.DepthFirstSearchCycleRemoval  
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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property Gets the number of edges connected to this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Propertytime of finishing in depth first search; used in LayeredDigraphLayout.DepthFirstSearchCycleRemoval  
Public PropertyGets or sets the offset of the Center from the Bounds.Position. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public PropertyGets the Bounds.Height. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Propertythe index to which the node is assigned; see LayeredDigraphLayout.InitializeIndices for details  
Public Propertythe layer to which the node is assigned; see AssignLayers for details  
Public Propertyanother LayeredDigraphVertex in the same layer that this node should be near; used by LayeredDigraphLayout.CrossingMatrix  
Public Property Gets or sets the network that this vertex is part of. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public PropertyGets or sets the Node associated with this network vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property Gets or sets the position (top-left corner) of this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public PropertyGets the Bounds.Size. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property Gets an enumerator that iterates over all of the edges coming into this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Property Gets the number of edges going into this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public Propertya flag; used in LayeredDigraphLayout.GreedyCycleRemoval  
Public Property Gets an enumerator over all of the vertexes that are connected to this vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public PropertyGets the Bounds.Width. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Public MethodMoves the Northwoods.GoXam.Node corresponding to this vertex so that its position is the current Position. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
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<LayeredDigraphVertex,LayeredDigraphEdge,LayeredDigraphLayout>)
Top
See Also

Reference

LayeredDigraphVertex Class
Northwoods.GoXam.Layout Namespace