Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
com.yworks.yfiles.layout.router.polyline |
Provides classes and interfaces for automatic polyline routing of the edges of a graph.
|
Modifier and Type | Method and Description |
---|---|
protected GroupingSupport |
HierarchicLayoutCore.createGrouping(LayoutGraph graph)
Factory method that is called during
HierarchicLayoutCore.applyLayoutCore(LayoutGraph) and creates a GroupingSupport
instance in case of a grouped graph. |
Modifier and Type | Method and Description |
---|---|
GroupingSupport |
PathSearchConfiguration.getGrouping()
Gets the grouping information of the graph.
|
Modifier and Type | Method and Description |
---|---|
protected PathSearchConfiguration |
EdgeRouter.createConfiguration(LayoutGraph graph,
GroupingSupport grouping)
Creates a
PathSearchConfiguration that is used during the path searching process. |
Constructor and Description |
---|
PathSearchConfiguration(LayoutGraph graph,
GroupingSupport grouping,
EdgeRouter edgeRouter)
Creates a new instance of
PathSearchConfiguration used for a path search. |