public interface ILayoutDataProvider
INodeData
and IEdgeData
instances for elements in the current layout graph.
Instances of this interface are provided by HierarchicLayoutCore
for instances implementing sub-tasks during the
layout.
HierarchicLayoutCore
Modifier and Type | Method and Description |
---|---|
IEdgeData |
getEdgeData(Edge edge)
|
INodeData |
getNodeData(Node node)
|