Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static EdgeRoutingStyle |
EdgeRoutingStyle.fromOrdinal(int ordinal) |
EdgeRoutingStyle |
ClassicTreeLayout.getEdgeRoutingStyle()
Gets the edge routing style used by this layout algorithm.
|
static EdgeRoutingStyle |
EdgeRoutingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeRoutingStyle[] |
EdgeRoutingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassicTreeLayout.setEdgeRoutingStyle(EdgeRoutingStyle value)
Sets the edge routing style used by this layout algorithm.
|