| Package | Description |
|---|---|
| com.yworks.yfiles.layout.seriesparallel |
Provides the series-parallel layout algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPortAssignment
DefaultPortAssignment implements the default port assignment strategy. |
| Modifier and Type | Field and Description |
|---|---|
static NodeDpKey<IPortAssignment> |
SeriesParallelLayout.PORT_ASSIGNMENT_DPKEY
A
DataProvider key for providing an individual port distribution at nodes
If there is no IPortAssignment specified for a node, the layout algorithm uses the
default assignment. |
| Modifier and Type | Method and Description |
|---|---|
IPortAssignment |
SeriesParallelLayout.getDefaultPortAssignment()
Gets the default
IPortAssignment used for those nodes that do not have their own specific instance. |
| Modifier and Type | Method and Description |
|---|---|
ItemMapping<INode,IPortAssignment> |
SeriesParallelLayoutData.getPortAssignments()
Gets the mapping from nodes to their
IPortAssignment. |
| Modifier and Type | Method and Description |
|---|---|
void |
SeriesParallelLayout.setDefaultPortAssignment(IPortAssignment value)
Sets the default
IPortAssignment used for those nodes that do not have their own specific instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
SeriesParallelLayoutData.setPortAssignments(ItemMapping<INode,IPortAssignment> value)
Sets the mapping from nodes to their
IPortAssignment. |