documentationfor yFiles for HTML 2.6

MergingFoldingEdgeConverter

An IFoldingEdgeConverter implementation that makes the view contain at most one folding edge between each pair of nodes by letting a single folding edge represent all master edges.

Inheritance Hierarchy
FoldingEdgeConverterBase
MergingFoldingEdgeConverter
Implemented Interfaces

Remarks

This implementation by default, will have the sourcePortLocationParameter and the targetPortLocationParameter properties set to NODE_CENTER_ANCHORED and the resetBends property set to true.

Examples

manager.foldingEdgeConverter = new MergingFoldingEdgeConverter({
  copyFirstLabel: true,
  foldingEdgeStyle: new PolylineEdgeStyle({ stroke: Stroke.GRAY })
})

Type Details

yfiles module
view-folding
yfiles-umd modules
view-folding, view-graphml, view
Legacy UMD name
yfiles.graph.MergingFoldingEdgeConverter

See Also

Sample Graphs

Constructors

Properties

Methods