Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static RootPlacement |
RootPlacement.fromOrdinal(int ordinal) |
RootPlacement |
AspectRatioTreeLayout.getRootPlacement()
Gets the desired placement of the tree's root node.
|
protected RootPlacement |
AspectRatioTreeLayout.getRootPlacement(Object localRoot)
Retrieves the root placement for the subtree that is rooted at the given node.
|
static RootPlacement |
RootPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RootPlacement[] |
RootPlacement.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,RootPlacement> |
AspectRatioTreeLayoutData.getRootPlacements()
Gets the mapping from nodes with sub trees to their placements.
|
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.setRootPlacement(RootPlacement value)
Sets the desired placement of the tree's root node.
|
Modifier and Type | Method and Description |
---|---|
void |
AspectRatioTreeLayoutData.setRootPlacements(ItemMapping<INode,RootPlacement> value)
Sets the mapping from nodes with sub trees to their placements.
|