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

Namespace: yWorks.yFiles.Layout.Grouping
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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