documentationfor yFiles for HTML 2.6

IIntersectionCalculator

An IIntersectionCalculator is responsible for calculating the intersection point between an edge and the visual representation of its source or target node.

Inheritance Hierarchy
IIntersectionCalculator

Remarks

This interface is especially useful in conjunction with PortCalculator when adjusting the final port locations after the layout is calculated.

Type Details

yfiles module
layout-core
yfiles-umd modules
All layout modules, view-layout-bridge
Legacy UMD name
yfiles.layout.IIntersectionCalculator

See Also

If the layout is executed using a LayoutExecutor and the portAdjustmentPolicy is set to another value than NEVER an IIntersectionCalculator which querys the node's IShapeGeometry for the node's getOutline is automatically used.

Methods

Static Methods