Const
Implements an orthogonal edge style. Use EdgeSegmentHandler as an interactive handler for this style.
This EdgeStyle is registered under segmentEdgeStyle in EdgeStyleRegistry when using Graph or calling registerDefaultEdgeStyles.
segmentEdgeStyle
IMPORTANT: When registering it manually in EdgeStyleRegistry, the following metadata must be used:
CellState that represents the edge to be updated.
CellState that represents the source terminal.
CellState that represents the target terminal.
List of relative control points.
Array of Point that represent the actual points of the edge.
Implements an orthogonal edge style. Use EdgeSegmentHandler as an interactive handler for this style.
This EdgeStyle is registered under
segmentEdgeStyle
in EdgeStyleRegistry when using Graph or calling registerDefaultEdgeStyles.IMPORTANT: When registering it manually in EdgeStyleRegistry, the following metadata must be used: