Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static ConnectorDirection |
ConnectorDirection.fromOrdinal(int ordinal) |
ConnectorDirection |
TreeLayout.SubtreeShape.getConnectorDirection()
Gets the direction of the last connector segment.
|
static ConnectorDirection |
ConnectorDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorDirection[] |
ConnectorDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|