Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static MultiParentRoutingStyle |
MultiParentRoutingStyle.fromOrdinal(int ordinal) |
MultiParentRoutingStyle |
MultiParentDescriptor.getEdgeStyle()
Gets the routing style for edges that connect to nodes which constitute a multi-parent structure.
|
static MultiParentRoutingStyle |
MultiParentRoutingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiParentRoutingStyle[] |
MultiParentRoutingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiParentDescriptor.setEdgeStyle(MultiParentRoutingStyle value)
Sets the routing style for edges that connect to nodes which constitute a multi-parent structure.
|