Usages of HierarchicalLayoutRoutingStyle
Properties
| backLoopRoutingStyle | in RoutingStyleDescriptor | Gets or sets the routing style for back-loop edges. | |
| defaultRoutingStyle | in RoutingStyleDescriptor | Gets or sets the default routing style for edges that have no individual routing style. | |
| groupedEdgeRoutingStyle | in RoutingStyleDescriptor | Gets or sets the routing style for grouped edges at the common segments. | |
| sameLayerEdgeRoutingStyle | in RoutingStyleDescriptor | Gets or sets the routing style for same-layer edges. | |
| selfLoopRoutingStyle | in RoutingStyleDescriptor | Gets or sets the routing style for self-loops. |
Method Return Values
| from (HierarchicalLayoutRoutingStyle) | in HierarchicalLayoutRoutingStyle | Converts the given argument to an enum constant of this enum type. |
Method Parameters
| from (HierarchicalLayoutRoutingStyle) | in HierarchicalLayoutRoutingStyle | Converts the given argument to an enum constant of this enum type. | |
| getName (HierarchicalLayoutRoutingStyle) | in HierarchicalLayoutRoutingStyle | Returns the name of the given enum constant. | |
| RoutingStyleDescriptor (HierarchicalLayoutRoutingStyle?, boolean?, ) | in RoutingStyleDescriptor | Creates a new RoutingStyleDescriptor instance with the given routing style for all edges and, optionally, also specifying whether the resulting path should consist of cubic bezier control points. |