Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPortAllocator
This class is a default
IPortAllocator implementation. |
Modifier and Type | Method and Description |
---|---|
protected IPortAllocator |
HierarchicLayoutCore.createPortAllocator()
Factory method that is called lazily upon first usage by
PortAllocator if the given IPortAllocator
instance is null . |
IPortAllocator |
HierarchicLayoutCore.getPortAllocator()
Gets the
IPortAllocator instance responsible for assigning port coordinates to the adjacent edges of each node. |
Modifier and Type | Method and Description |
---|---|
void |
HierarchicLayoutCore.setPortAllocator(IPortAllocator value)
Sets the
IPortAllocator instance responsible for assigning port coordinates to the adjacent edges of each node. |