documentationfor yFiles for HTML 2.6

InsetsGroupBoundsCalculator

This ILayoutGroupBoundsCalculator calculates the bounds of group nodes and allows to specify custom insets for each group node.

Inheritance Hierarchy
InsetsGroupBoundsCalculator
Implemented Interfaces

Remarks

Insets are provided by a IDataProvider that must have been registered with the graph using the specified insets key prior to the invocation of the layout algorithm.

Default Values of Properties

considerEdgeLabelsfalseEdge labels are not considered during the group bounds calculation.
considerNodeHalostrues are considered during the group bounds calculation.
considerNodeLabelsfalseNode labels are not considered during the group bounds calculation.
groupNodeInsetsDpKeyGROUP_NODE_INSETS_DP_KEY

Type Details

yfiles module
layout-core
yfiles-umd modules
All layout modules, view-layout-bridge
Legacy UMD name
yfiles.layout.InsetsGroupBoundsCalculator
This implementation is intended to be used with class RecursiveGroupLayout and assumes that the graph given to method calculateBounds only contains the content of the specified group (which is always true if it is called within the RecursiveGroupLayout).

Constructors

Properties

Methods