Package | Description |
---|---|
com.yworks.yfiles.layout.radial |
Provides the radial layout algorithm.
|
Modifier and Type | Field and Description |
---|---|
static NodeDpKey<RadialLayout.NodeInfo> |
RadialLayout.NODE_INFO_DPKEY
A
DataAcceptor key for publishing the circle ID and sector data
For each node, the ID of the circle and data regarding the circular sector on which it was placed will be stored. |
Modifier and Type | Method and Description |
---|---|
IMapper<INode,RadialLayout.NodeInfo> |
RadialLayoutData.getNodeInfos()
Gets the mapping from nodes to a
RadialLayout.NodeInfo describing on which circle and in which sector the node
is placed. |
Modifier and Type | Method and Description |
---|---|
void |
RadialLayoutData.setNodeInfos(IMapper<INode,RadialLayout.NodeInfo> value)
Sets the mapping from nodes to a
RadialLayout.NodeInfo describing on which circle and in which sector the node
is placed. |