Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static LayeredRoutingStyle |
LayeredRoutingStyle.fromOrdinal(int ordinal) |
LayeredRoutingStyle |
LayeredNodePlacer.getRoutingStyle()
Gets the routing style for the edges in the subtree.
|
static LayeredRoutingStyle |
LayeredRoutingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayeredRoutingStyle[] |
LayeredRoutingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LayeredNodePlacer.setRoutingStyle(LayeredRoutingStyle value)
Sets the routing style for the edges in the subtree.
|