Represents information about the placement of a node as determined by the RadialLayout algorithm.
Inheritance Hierarchy
Remarks
This object provides detailed information about the position of a node after the layout has been calculated. The information can be accessed through the nodePlacementsResult property.
It contains various properties that describe the node's position in the radial layout, such as its circle index, radius, and sector information.
This class cannot be instantiated
Members
No filters for this type
Properties
Gets the offset from the center of the circle to the center of the node.
Gets the offset from the center of the circle to the center of the node.
readonlyfinal
Property Value
The offset from the center of the circle to the center of the node.
Circles in the RadialLayout are indexed starting from the innermost circle (index
0) to the outermost circle. The innermost circle represents the center of the layout with a radius of 0.readonlyfinal
Property Value
The index of the circle on which the node is placed.
readonlyfinal
Property Value
The radius of the circle on which the node is placed.
readonlyfinal
Property Value
The size in degrees of the sector in which the node is placed.
See Also
API
- sectorStart
The angle is measured in a clockwise direction, starting from the 3 o'clock position.
readonlyfinal
Property Value
The start angle in degrees of the sector in which the node is placed.
See Also
API
- sectorSize