documentationfor yFiles for HTML 2.6

MinimumNodeSizeStage

MinimumNodeSizeStage enforces a given minimum width/height of the nodes of a graph during the layout process.

Inheritance Hierarchy
LayoutStageBase
MinimumNodeSizeStage
Implemented Interfaces

Remarks

It temporarily enlarges nodes whose width/height is below the specified minimum values.

This ILayoutStage is especially useful to prevent that the core layout algorithm has to handle zero-sized nodes or nodes with negative sizes.

Type Details

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

Constructors

Properties

Methods