NevronOpenVision
Nevron.Nov.Diagram.Layout Namespace / NShapeGraphAdapter Class
Fields Properties Methods


NShapeGraphAdapter Class Members

The following tables list the members exposed by NShapeGraphAdapter.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets or 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 the set of shapes, which are explictly specified for graph adaption. All shapes that are not contained in this set are ignored. If this property is set to null (the default), all shapes can potentially generate graph vertices and edges.  
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 the given object represents (in case it is a graph part).  
Top
Protected Methods
 NameDescription
Protected MethodSorts the specified list of edges.  
Top
See Also