documentationfor yFiles for HTML 3.0.0.3

HierarchicalLayoutNodeContext

This class provides layout information about the nodes of the graph during a run of the HierarchicalLayout.

Inheritance Hierarchy
HierarchicalLayoutNodeContext

Remarks

HierarchicalLayoutNodeContext is a descriptor for each node of the graph during the hierarchical layout used internally by the algorithm implementations.

Instances of this interface can be obtained during the layout from instances of the HierarchicalLayoutContext.

HierarchicalLayoutNodeContext typically carries the type of the node and depending on the type an optional associatedEdge and associatedNode. Optionally, it may carry a geometric description of the borders of the node and descriptors for various aspects of the layout.

This class cannot be instantiated

Type Details

yFiles module
algorithms

Properties