Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static RoutingStyle |
RoutingStyle.fromOrdinal(int ordinal) |
RoutingStyle |
DefaultNodePlacer.getRoutingStyle()
Gets the style in which edge paths are routed.
|
static RoutingStyle |
RoutingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutingStyle[] |
RoutingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultNodePlacer.setRoutingStyle(RoutingStyle value)
Sets the style in which edge paths are routed.
|
Constructor and Description |
---|
DefaultNodePlacer(ChildPlacement childPlacement,
RootAlignment rootAlignment,
RoutingStyle routingStyle,
double verticalDistance,
double horizontalDistance)
Creates a new
DefaultNodePlacer instance with customized
child placement , root alignment ,
routing style , vertical and
horizontal distance . |
DefaultNodePlacer(ChildPlacement childPlacement,
RootAlignment rootAlignment,
RoutingStyle routingStyle,
double verticalDistance,
double horizontalDistance,
double minFirstSegmentLength,
double minLastSegmentLength,
double minSlope,
double minSlopeHeight)
Creates a new
DefaultNodePlacer instance with custom settings. |