public interface INodeInsetsProvider
INode
.
Implementations of this interface will be queried from an INode
's ILookup.lookup(java.lang.Class)
method. The default implementation of a graph uses this instance by default to determine the insets of a group node.
Modifier and Type | Method and Description |
---|---|
InsetsD |
getInsets(INode node)
Returns the insets for the given
node . |