documentationfor yFiles for HTML 2.6

Properties

portConstraintOptimizerin HierarchicLayoutCoreGets or sets the IPortConstraintOptimizer instance responsible for optimizing the assignment of port constraints to the adjacent edges of each node.

Method Return Values

createPortConstraintOptimizer ()in HierarchicLayoutCoreFactory method that is called lazily upon first usage by portConstraintOptimizer if the given IPortConstraintOptimizer instance is null.

Method Parameters

HierarchicLayoutCore ()in HierarchicLayoutCoreCreates a new HierarchicLayoutCore instance with the default settings.

Implementing Types

PortConstraintOptimizerBaseThis class is an abstract implementation of the IPortConstraintOptimizer interface that minimizes the effort required to modify the port assignment after the sequencing phase of hierarchic layout algorithm.