documentationfor yFiles for HTML 2.6

IEdgeReverser

This interface handles edges that should be reversed during the hierarchic layout process.

Inheritance Hierarchy
IEdgeReverser

Remarks

IEdgeReverser contains methods for reversing all (or a given edge) that point to the wrong direction, i.e. the layer indices of the source nodes are greater than the layer indices of the target nodes. It also provides methods to restore the edges that have been reversed at the end of the layout algorithm.

Implementations of this interface perform operations after the layering phase of the hierarchic layout algorithm.

Type Details

yfiles module
layout-hierarchic
yfiles-umd modules
layout-familytree, layout-hierarchic, layout-radial, layout
Legacy UMD name
yfiles.hierarchic.IEdgeReverser

See Also

Methods