Package | Description |
---|---|
com.yworks.yfiles.layout.router |
Provides classes for automatic routing of the edges in a graph.
|
Modifier and Type | Field and Description |
---|---|
static EdgeDpKey<BusDescriptor> |
BusRouter.EDGE_DESCRIPTOR_DPKEY
A
DataProvider key for specifying a bus descriptor object for each edge
The BusDescriptor for an edge provides the edge's bus ID, its optional group IDs and whether or not the edge is
fixed. |
Modifier and Type | Method and Description |
---|---|
ItemMapping<IEdge,BusDescriptor> |
BusRouterData.getEdgeDescriptors()
Gets the mapping of edges to their
BusDescriptor . |
Modifier and Type | Method and Description |
---|---|
void |
BusRouterData.setEdgeDescriptors(ItemMapping<IEdge,BusDescriptor> value)
Sets the mapping of edges to their
BusDescriptor . |