documentationfor yFiles for HTML 2.6

ExteriorEdgeLayoutDescriptor

This class provides routing settings for edges routed externally by the CircularLayout.

Inheritance Hierarchy
ExteriorEdgeLayoutDescriptor

Remarks

The offered settings affect only edges routed on the exterior of a circle partition. The edge routing policy determines the edges that are exterior. An exterior edge consists of three different path components:
  1. Two straight parts, one starting at the source node and one ending at the target node. The angle between the straight parts of adjacent edges at the same node can be specified with the preferred angle property.
  2. The main arc path that runs around the exterior of the circle from source to target. The radii of the arc paths depend on the specified circleDistance and the preferredCurveLength. The edgeToEdgeDistance determines the distance between arcs of different edges.
  3. Two curve parts that connect the straight part at the source side with the arc and the arc with the straight part at the target side. Its length is specifiable via preferredCurveLength.

Default Values of Properties

circleDistance20
edgeToEdgeDistance10.0
preferredAngle10.0
preferredCurveLength20
smoothness0.7

Type Details

yfiles module
layout-organic
yfiles-umd modules
layout-multipage, layout-organic, layout
Legacy UMD name
yfiles.circular.ExteriorEdgeLayoutDescriptor

See Also

Constructors

Properties