I

IGroupBoundsCalculator

Interface for implementations that can calculate the bounds of a group node in a grouped graph.
Inheritance Hierarchy

Remarks

Implementations of this interface will be queried from INode's lookup method.

Members

No filters for this type

Methods

Calculates the bounds of the layout for the group node whose lookup returned this provider.
abstract

Parameters

graph: IGraph
The graph which holds the group node.

Return Value

Rect
The minimum bounds to use for the group node.

Static Methods

static

Parameters

calculateBounds: function(IGraph): Rect

Return Value

IGroupBoundsCalculator