public interface IGroupBoundsCalculator
Implementations of this interface will be queried from INode
's ILookup.lookup(java.lang.Class)
method.
Modifier and Type | Method and Description |
---|---|
RectD |
calculateBounds(IGraph graph,
INode groupNode)
|