Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NShapeGraphAdapter Class
Properties Methods


In This Topic
    NShapeGraphAdapter Class Members
    In This Topic

    The following tables list the members exposed by NShapeGraphAdapter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the custom edge comparer. Applicable when EdgeOrder is set to Custom.  
    Public PropertySpecifies the sorting order of the edges. By default set to Id.  
    Public PropertySpecifies a list of shapes, which are explictly specified for graph adaption. A shape which is not part of this list is ignored.  
    Public PropertySpecifies whether only visible shapes should be adapted as graph parts. If set to true invisible shapes are ignored.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. For an edge object, returns its destination  
    Public MethodOverridden. For an edge object, returns its source  
    Public MethodOverridden. For a vertex object, returns a list of its incomming edges  
    Public MethodOverridden. For a vertex object, returns a list of its outgoing edges  
    Public MethodOverloaded. Overridden. Gets the graph part type, which the object must represent (in case it is a graph part)  
    Top
    Protected Methods
     NameDescription
    Protected MethodSorts the specified list of edges  
    Top
    See Also