Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
ContextItemMapping<INode,PartitionCellId,PartitionGrid> |
PartitionGridData.getCellIds()
Gets the mapping from nodes to
PartitionCellId using the partition grid as context. |
Modifier and Type | Method and Description |
---|---|
void |
PartitionGridData.setCellIds(ContextItemMapping<INode,PartitionCellId,PartitionGrid> value)
Sets the mapping from nodes to
PartitionCellId using the partition grid as context. |
Modifier and Type | Class and Description |
---|---|
class |
IncrementalHintItemMapping
Provides different ways to define a mapping from model items to incremental hints for use with
HierarchicLayoutData . |