Visit www.yfiles.com for more information!
Home
API
Guide
Search
Ctrl
k
I
IGroup
Bounds
Calculator
Show Usages
Interface for implementations that can calculate the bounds of a group node in a grouped graph.
Inheritance Hierarchy
I
IGroupBoundsCalculator
Remarks
Implementations of this interface will be queried from
INode
's
lookup
method.
Members
No filters for this type
Search Members
ctrl
f12
Methods
calculateBounds
(
graph
:
IGraph
)
:
Rect
abstract
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
create
(
calculateBounds
:
function(
IGraph
)
:
Rect
)
:
IGroupBoundsCalculator
static
static
Parameters
calculateBounds
:
function(
IGraph
)
:
Rect
Return Value
IGroupBoundsCalculator