Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
IProcessor |
LeafNodePlacer.createProcessor(TreeLayout layouter,
LayoutGraph graph,
Node currentRoot)
Creates an optional
IProcessor for pre- and post-processing. |
IProcessor |
LayeredNodePlacer.createProcessor(TreeLayout layouter,
LayoutGraph graph,
Node currentRoot)
Creates a
IProcessor that distributes the nodes over the layers. |
IProcessor |
INodePlacer.createProcessor(TreeLayout layouter,
LayoutGraph graph,
Node currentRoot)
Creates an optional
IProcessor for pre- and post-processing. |
IProcessor |
GroupedNodePlacer.createProcessor(TreeLayout layouter,
LayoutGraph graph,
Node currentRoot)
Creates a
IProcessor that prepares the graph for edge grouping. |
IProcessor |
FreeNodePlacer.createProcessor(TreeLayout layouter,
LayoutGraph graph,
Node currentRoot)
|
IProcessor |
DendrogramNodePlacer.createProcessor(TreeLayout layouter,
LayoutGraph graph,
Node currentRoot)
Creates an optional
IProcessor for pre- and post-processing. |
IProcessor |
DelegatingNodePlacer.createProcessor(TreeLayout layouter,
LayoutGraph graph,
Node currentRoot)
Creates a
IProcessor that partitions child nodes of the current root node into two subsets. |
IProcessor |
AssistantNodePlacer.createProcessor(TreeLayout layouter,
LayoutGraph graph,
Node currentRoot)
Creates a
IProcessor that prepares the graph for placing assistant node. |
IProcessor |
AbstractRotatableNodePlacer.createProcessor(TreeLayout layouter,
LayoutGraph graph,
Node currentRoot)
Creates an optional
IProcessor for pre- and post-processing. |
IProcessor |
AbstractNodePlacer.createProcessor(TreeLayout layouter,
LayoutGraph graph,
Node currentRoot)
Creates an optional
IProcessor for pre- and post-processing. |