documentationfor yFiles for HTML 3.0.0.3

OrthogonalEdgeHelper

Default implementation of the IOrthogonalEdgeHelper.

Inheritance Hierarchy
OrthogonalEdgeHelper
Implemented Interfaces

Remarks

This class inspects the edge it was queried for and infers the SegmentOrientations of the segments from the current geometry of the edge path.

Examples

Setting a configured orthogonal edge helper
graph.decorator.edges.orthogonalEdgeHelper.addFactory(
  (edge) =>
    new OrthogonalEdgeHelper({
      edge,
      implicitlyMoveEnds: true,
    }),
)

Type Details

yFiles module
view

Constructors

Properties

Methods