Usages of LayoutGraphItem
Method Return Values
nodeEdgeBetweenness (LayoutGraph, boolean?, IMapper<LayoutEdge,number>?) | in LayoutGraphAlgorithms | Computes the betweenness centrality for each node and edge in the specified graph. | |
createLayoutData (LayoutGraph) | in HierarchicalLayout | Returns an instance of LayoutData<TNode,TEdge,TNodeLabel,TEdgeLabel> that can be used to perform item-specific configurations for the HierarchicalLayout. |
Method Parameters
hasConstraints (LayoutGraphItem) | in LayoutGraphSequenceConstraints | Returns whether any constraints are defined for the given item. | |
removeConstraint (LayoutGraphItem, OrderingConstraint, LayoutGraphItem) | in LayoutGraphSequenceConstraints | Removes the constraint defined for the given source item, ordering constraint, and target item. |
Extending Types
LayoutEdge | Represents a directed edge, a connection between two nodes, in the LayoutGraph data structure. | |
LayoutNode | Represents a node in the directed graph data structure LayoutGraph. |