Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplexNodePlacer
This class is a
INodePlacer implementation based on rank assignment . |
Modifier and Type | Method and Description |
---|---|
protected INodePlacer |
HierarchicLayoutCore.createNodePlacer()
Factory method that is called lazily upon first usage by
NodePlacer if the given INodePlacer
instance is null . |
INodePlacer |
HierarchicLayoutCore.getNodePlacer()
Gets the
INodePlacer instance responsible for the assignment of the x-(sequence) and preliminary y-coordinates
of the nodes. |
INodePlacer |
HierarchicLayout.getNodePlacer()
Gets the
INodePlacer instance that will calculate the final node placement of the layout. |
Modifier and Type | Method and Description |
---|---|
void |
HierarchicLayoutCore.setNodePlacer(INodePlacer value)
Sets the
INodePlacer instance responsible for the assignment of the x-(sequence) and preliminary y-coordinates
of the nodes. |
void |
HierarchicLayout.setNodePlacer(INodePlacer value)
Sets the
INodePlacer instance that will calculate the final node placement of the layout. |