Package | Description |
---|---|
com.yworks.yfiles.layout.radial |
Provides the radial layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
static CenterNodesPolicy |
CenterNodesPolicy.fromOrdinal(int ordinal) |
CenterNodesPolicy |
RadialLayout.getCenterNodesPolicy()
Gets the policy that determines which nodes are selected as roots of the (virtual) tree for the layout process and are
set in the center of the circles.
|
static CenterNodesPolicy |
CenterNodesPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CenterNodesPolicy[] |
CenterNodesPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RadialLayout.setCenterNodesPolicy(CenterNodesPolicy value)
Sets the policy that determines which nodes are selected as roots of the (virtual) tree for the layout process and are
set in the center of the circles.
|