Usages of LayoutGraphGrouping
Properties
| grouping | in PathSearchConfiguration | Gets the grouping information of the graph. |
Method Return Values
| copyGrouping (LayoutGraph) | in LayoutGraphGrouping | Replaces the current grouping hierarchy of the specified graph with a new one, based on the current isGrouped and getParent relationships. | |
| createReadOnlyView (LayoutGraph) | in LayoutGraphGrouping | Creates a read-only view of the current grouping hierarchy of the graph. | |
| replaceGrouping (LayoutGraph, function(LayoutNode):boolean?, function(LayoutNode):LayoutNode?) | in LayoutGraphGrouping | Replaces the existing grouping hierarchy of the graph with a new hierarchy, optionally using the provided isGroupNode and getParent callbacks to define the new hierarchy. |