NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NGraphLayoutBase<T> Class
Fields Properties Methods Events


In This Topic
    NGraphLayoutBase<T> Class Members
    In This Topic

    The following tables list the members exposed by NGraphLayoutBase<T>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NGraphPartsLayout  
    Public Fieldstatic (Shared in Visual Basic)The "Region Layout" category.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the RegionLayout property  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the region layout used for the optional final arrangement of the regions  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs the core arrangement of the layout, operating upon the bodies created in the CreateBodiesFromObjects method.  
    Protected MethodCalled to layout the content of the specified region.  
    Protected MethodCalled to layout the regions  
    Protected MethodCalled to layout the content of all regions  
    Protected MethodOverridden. Overriden to create the bodies from the objects  
    Protected MethodCalled in the graph building process to create a body for each edge  
    Protected MethodCreates a graph builder which is used to build the arranged graphs or trees from the input set of objects  
    Protected MethodCreates the Region layout that is used to arrange unconnected graph regions.  
    Protected MethodCalled to create the regions from the specified list of objects  
    Protected MethodCalled in the graph building process to create a body for each vertex  
    Protected MethodOverridden. Overriden to update the objects from the bodies  
    Top
    See Also