Package | Description |
---|---|
com.yworks.yfiles.layout.seriesparallel |
Provides the series-parallel layout algorithm.
|
Modifier and Type | Field and Description |
---|---|
static EdgeDpKey<EdgeLayoutDescriptor> |
SeriesParallelLayout.EDGE_LAYOUT_DESCRIPTOR_DPKEY
A
DataProvider key for storing individual settings for edges
If no edge layout descriptor is mapped for an edge, a default edge layout descriptor will be obtained by method
DefaultEdgeLayoutDescriptor . |
Modifier and Type | Method and Description |
---|---|
EdgeLayoutDescriptor |
EdgeLayoutDescriptor.createCopy()
Creates a copy of this
EdgeLayoutDescriptor instance. |
EdgeLayoutDescriptor |
SeriesParallelLayout.getDefaultEdgeLayoutDescriptor()
Gets the
EdgeLayoutDescriptor instance used for all those edges that do not have a specific layout descriptor
assigned. |
Modifier and Type | Method and Description |
---|---|
ItemMapping<IEdge,EdgeLayoutDescriptor> |
SeriesParallelLayoutData.getEdgeLayoutDescriptors()
Gets the mapping from edges to their
EdgeLayoutDescriptor . |
Modifier and Type | Method and Description |
---|---|
void |
SeriesParallelLayout.setDefaultEdgeLayoutDescriptor(EdgeLayoutDescriptor value)
Sets the
EdgeLayoutDescriptor instance used for all those edges that do not have a specific layout descriptor
assigned. |
Modifier and Type | Method and Description |
---|---|
void |
SeriesParallelLayoutData.setEdgeLayoutDescriptors(ItemMapping<IEdge,EdgeLayoutDescriptor> value)
Sets the mapping from edges to their
EdgeLayoutDescriptor . |