documentationfor yFiles for HTML 3.0.0.3

Properties

groupBoundsCalculatorin GroupHidingStageGets or sets the ILayoutGroupBoundsCalculator instance for calculating the sizes of group nodes.
groupBoundsCalculatorin RecursiveGroupLayoutGets or sets a ILayoutGroupBoundsCalculator which computes the sizes of all group nodes.
groupBoundsCalculatorin OrganicLayoutGets or sets the ILayoutGroupBoundsCalculator instance used for calculating the size of group nodes.

Method Parameters

GroupHidingStage (ILayoutAlgorithm?, )in GroupHidingStageCreates an instance of GroupHidingStage with an optional coreLayout.
RecursiveGroupLayout (ILayoutAlgorithm?, ILayoutGroupBoundsCalculator?, )in RecursiveGroupLayoutCreates a new instance of RecursiveGroupLayout.
OrganicLayout ()in OrganicLayoutCreates a new OrganicLayout instance with default settings.

Implementing Types

GroupBoundsCalculatorThis ILayoutGroupBoundsCalculator calculates the bounds of group nodes, allows to specify custom padding for each group node, and guarantees that their provided minimum sizes will be maintained.