Specifies the routing styles for edges in a multi-parent structure.
Remarks
Type Details
- yFiles module
- algorithms
Constants
Routing style for routing non-shared edge segments in an orthogonal fashion.
Remarks
See Also
Sample Graphs
Routing style for routing non-shared edge segments in a polyline fashion.
Remarks
See Also
Sample Graphs
Routing style for routing non-shared edge segments straight.
Remarks
This style will route the part of the edges that doesn't share the same path directly from the center of the multi-parent to the common point of the edges in the multi-parent structure.
The edges connected to a multi-parent structure will share their paths until shortly above/below the multi-parent nodes. This style only applies to the part of the edges where they split to connect to different multi-parents.
See Also
Sample Graphs
Static Methods
Converts the given argument to an enum constant of this enum type.
Remarks
Parameters
A map of options to pass to the method.
- value - MultiParentRoutingStyle
- The value to convert to an enum constant.
Returns
- ↪MultiParentRoutingStyle
- The enum constant that corresponds to the given argument.
Returns the name of the given enum constant.
Parameters
A map of options to pass to the method.
- value - MultiParentRoutingStyle
- The numeric value of an enum constant.
Returns
- ↪string
- The name of the enum constant.
Throws
- Exception({ name: 'Error' })
- If this type is a flags enums, and the provided value doesn't correspond to a single enum constant, or if this enum type contains no constant of the given numeric value.