documentationfor yFiles for HTML 2.6

HierarchicLayoutBusDescriptor

A HierarchicLayoutBusDescriptor defines settings for edges routed on a common bus and forming a bus substructure for HierarchicLayout.

Inheritance Hierarchy
HierarchicLayoutBusDescriptor

Remarks

Edges mapped to the same HierarchicLayoutBusDescriptor instance, adjacent to a common root node and having the same edge direction form a bus. The mapping is retrieved from a IDataProvider registered with the input graph with key BUS_DESCRIPTOR_DP_KEY.

A graph that contains a bus consisting of 15 edges and using default descriptor settings (bus edges are highlighted)

Default Values of Properties

maximumNodesAfterBus0If the maximum number of nodes before the bus is 0 too, then the number of nodes is unrestricted, otherwise all nodes are placed before the bus.
maximumNodesBeforeBus0If the maximum number of nodes after the bus is 0 too, then the number of nodes is unrestricted, otherwise all nodes are placed after the bus.

Type Details

yfiles module
layout-hierarchic
yfiles-umd modules
layout-familytree, layout-hierarchic, layout-radial, layout
Legacy UMD name
yfiles.hierarchic.BusDescriptor

See Also

Constructors

Properties

Constants