Edge layout strategy

Property Value
Identifier: org.eclipse.elk.vertiflex.layoutStrategy
Meta Data Provider: options.VertiFlexMetaDataProvider
Value Type: org.eclipse.elk.alg.vertiflex.EdgeRoutingStrategy (Enum)
Possible Values: STRAIGHT
BEND
Default Value: EdgeRoutingStrategy.STRAIGHT (as defined in org.eclipse.elk.vertiflex)
Applies To: nodes

Description

Strategy for the layout of the children. ‘straight’ for straight line drawings, ‘bend’ for a possible bend. When straight edges are prioritized the nodes will be reordered in order to guarantee that straight edges are possible. If bend points are enabled on the other hand, the given model order of the nodes is maintained and bend points are introduced to prevent edge node overlaps.