| Package | Description |
|---|---|
| com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
protected HierarchicLayoutCore |
HierarchicLayout.createHierarchicLayoutCore()
Returns a new
HierarchicLayoutCore instance. |
HierarchicLayoutCore |
HierarchicLayout.getHierarchicLayoutCore()
Gets the current layout algorithm instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HierarchicLayout.configureCoreLayout(LayoutGraph graph,
HierarchicLayoutCore coreLayouter)
Configures the core layout algorithm with the settings of this
HierarchicLayout instance. |
protected void |
HierarchicLayout.disposeCoreLayout(LayoutGraph graph,
HierarchicLayoutCore coreLayouter)
Disposes of the core layout algorithm.
|