documentationfor yFiles for HTML 2.6

TabularLayoutNodeLayoutDescriptor

This class is used by TabularLayout to provide placement details for nodes during the layout process.

Inheritance Hierarchy
TabularLayoutNodeLayoutDescriptor

Remarks

It allows to configure layout settings individually for each node of the input graph.

A TabularLayoutNodeLayoutDescriptor can be specified individually for single nodes using a IDataProvider that returns a descriptor instance for the node, or null if no individual descriptor is bound to a node. In the latter case, the default descriptor is used. The IDataProvider must be registered with the graph with key NODE_LAYOUT_DESCRIPTOR_DP_KEY.

Default Values of Properties

horizontalAlignment0.5The node is center-aligned in its column.
verticalAlignment0.5The node is center-aligned in its row.

Type Details

yfiles module
layout-core
yfiles-umd modules
All layout modules, view-layout-bridge
Legacy UMD name
yfiles.layout.TabularNodeLayoutDescriptor

See Also

Constructors

Properties

Methods