Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static ChildPlacement |
ChildPlacement.fromOrdinal(int ordinal) |
ChildPlacement |
DefaultNodePlacer.getChildPlacement()
Gets the direction in which the child nodes are placed with respect to their parent node.
|
static ChildPlacement |
ChildPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChildPlacement[] |
ChildPlacement.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.setChildPlacement(ChildPlacement value)
Sets the direction in which the child nodes are placed with respect to their parent node.
|
Constructor and Description |
---|
DefaultNodePlacer(ChildPlacement childPlacement,
double verticalDistance,
double horizontalDistance)
Creates a new
DefaultNodePlacer instance with customized
child placement , vertical and
horizontal distance . |
DefaultNodePlacer(ChildPlacement childPlacement,
RootAlignment rootAlignment,
double verticalDistance,
double horizontalDistance)
Creates a new
DefaultNodePlacer instance with customized
child placement , root alignment ,
vertical and horizontal distance . |
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. |