Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static SubtreeArrangement |
SubtreeArrangement.fromOrdinal(int ordinal) |
SubtreeArrangement |
AspectRatioTreeLayout.getSubtreeArrangement()
Gets how the children of a local root are arranged and how the edges between them are routed.
|
protected SubtreeArrangement |
AspectRatioTreeLayout.getSubtreeArrangement(Object localRoot)
Retrieves the routing for the subtree that is rooted at the given node.
|
static SubtreeArrangement |
SubtreeArrangement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubtreeArrangement[] |
SubtreeArrangement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ItemMapping<INode,SubtreeArrangement> |
AspectRatioTreeLayoutData.getSubtreeRoutingPolicies()
Gets the mapping from nodes to the routing policies of their sub trees.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AspectRatioTreeLayout.createBends(IEdgeLayout edgeLayout,
Node localRoot,
Node child,
RootPlacement rootPlacement,
SubtreeArrangement routingPolicy)
Adds bends to the given
IEdgeLayout . |
void |
AspectRatioTreeLayout.setSubtreeArrangement(SubtreeArrangement value)
Sets how the children of a local root are arranged and how the edges between them are routed.
|
Modifier and Type | Method and Description |
---|---|
void |
AspectRatioTreeLayoutData.setSubtreeRoutingPolicies(ItemMapping<INode,SubtreeArrangement> value)
Sets the mapping from nodes to the routing policies of their sub trees.
|