Convenience implementation which allows for custom insets for each group node.

Namespace: yWorks.yFiles.Layout.Grouping
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class InsetsGroupBoundsCalculator : IGroupBoundsCalculator
Visual Basic
Public Class InsetsGroupBoundsCalculator _
	Implements IGroupBoundsCalculator

Remarks

Convenience implementation which allows for custom insets for each group node. Insets are provided through a DataProvider which must be registered with the graph prior to the invocation of the layout algorithm.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Grouping..::..InsetsGroupBoundsCalculator
    yWorks.yFiles.Layout.Grouping..::..MinimumSizeGroupBoundsCalculator

See Also