NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NLayeredGraphLayout Class


In This Topic
    NLayeredGraphLayout Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodDistributes the given items to layers.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Layouts a graph to layers.  
    Protected MethodCreates a crossing reductor that repositions the vertices in the given layers in order to minimize edge crossings. The default implementation fixes the positions of the vertices in the given first layer and repositions the vertices in the given second layer.  
    Protected MethodOverridden. Creates a new edge body.  
    Protected MethodOverridden. Creates a new vertex body.  
    Protected MethodOverridden. Called before the layout of the specified graph  
    Protected MethodFor each pair of adjacent layers fixes the positions of the vertices in the first layer and repositions the vertices in the second one in a way that minimizes the number of edge crossings between the two layers.  
    Protected MethodSets plug spacing to the given incoming edges.  
    Protected MethodSets plug spacing to the given outgoing edges.  
    Top
    See Also