Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
IIncrementalHintsFactory |
HierarchicLayoutCore.createIncrementalHintsFactory()
Creates an
IIncrementalHintsFactory implementation used for obtaining hint objects associated with nodes and
edges of the graph prior to the invocation of the layout algorithm. |
IIncrementalHintsFactory |
HierarchicLayout.createIncrementalHintsFactory()
Returns a
IIncrementalHintsFactory instance that must be used to obtain hints to be associated with graph
elements that should be laid out incrementally. |
Modifier and Type | Method and Description |
---|---|
IMapper<IModelItem,Object> |
IncrementalHintItemMapping.provideMapper(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
IIncrementalHintsFactory hintsFactory) |