Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRotatableNodePlacer
Abstract base class for
INodePlacer s that support rotations of the subtrees. |
class |
AspectRatioNodePlacer
This
INodePlacer places the subtrees such that the overall aspect ratio of the arranged subtree will be close to
a preferred aspect ratio. |
class |
AssistantNodePlacer
The
AssistantNodePlacer places nodes that are marked as assistants left and right of their parents and all other
nodes below the assistant nodes. |
class |
BusNodePlacer
The
BusNodePlacer creates a bus to which all child nodes and the local root node are connected. |
class |
DefaultNodePlacer
DefaultNodePlacer is the default implementation of interface INodePlacer . |
class |
DelegatingNodePlacer
DelegatingNodePlacer delegates the arrangement of the children to two different INodePlacer s. |
class |
DendrogramNodePlacer
The
DendrogramNodePlacer arranges subtrees as dendrograms. |
class |
DoubleLineNodePlacer
The
DoubleLineNodePlacer arranges the children of a local root alternating in two lines. |
class |
FreeNodePlacer
A
FreeNodePlacer is a simple pseudo-placer. |
class |
GridNodePlacer
The
GridNodePlacer arranges the shapes of the children of a local root in a grid. |
class |
LayeredNodePlacer
A
LayeredNodePlacer arranges the nodes of a subtree respecting layers. |
class |
LeftRightNodePlacer
The
LeftRightNodePlacer arranges the children in a subtree on the left and the right of a vertical bus. |
class |
SimpleNodePlacer
The
SimpleNodePlacer arranges all children of a local root in a single row. |