GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutLayeredDigraphNode Class
Properties Methods


In This Topic
    GoLayoutLayeredDigraphNode Class Members
    In This Topic

    The following tables list the members exposed by GoLayoutLayeredDigraphNode.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets the Bounds of this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or sets the Center Point of this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Propertythe column to which the node is assigned; see GoLayoutLayeredDigraph.InitializeColumns for details  
    Public Propertythe connected component to which the node is assigned; used by GoLayoutLayeredDigraph.OptimalLinkLengthLayering and GoLayoutLayeredDigraph.ComponentPack  
    Public Property Gets an enumerator over all of the links going out of this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets the number of links coming out of this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets an enumerator over all of the nodes that have links going out of this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Propertytime of discovery in depth first search; used in GoLayoutLayeredDigraph.DepthFirstSearchCycleRemoval  
    Public Propertytime of finishing in depth first search; used in GoLayoutLayeredDigraph.DepthFirstSearchCycleRemoval  
    Public PropertyGets or sets the offset of the Center from the Bounds.Position. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or sets the GoObject associated with this network node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public PropertyGets the Bounds.Height. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Propertythe index to which the node is assigned; see GoLayoutLayeredDigraph.InitializeIndices for details  
    Public Propertythe layer to which the node is assigned; see AssignLayers for details  
    Public Property Gets an enumerator over all of the links going out of or coming into this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets the number of links connected to this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Propertyanother GoLayoutLayeredDigraphNode in the same layer that this node should be near; used by GoLayoutLayeredDigraph.CrossingMatrix  
    Public Property Gets or sets the network that this node is part of. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets an enumerator over all of the nodes that are connected to this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or sets the Position (top-left corner) of this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public PropertyGets the Bounds.Size. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets an enumerator over all of the links coming into this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets the number of links going into this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets an enumerator over all of the nodes that have links coming into this node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or sets the node's flags (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Property Gets or sets an Object associated with the node (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Public Propertya flag; used in GoLayoutLayeredDigraph.GreedyCycleRemoval  
    Public PropertyGets the Bounds.Width. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork`3.Node<GoLayoutLayeredDigraphNode,GoLayoutLayeredDigraphLink,GoLayoutLayeredDigraph>)
    Top
    Public Methods
    See Also