documentationfor yFiles for HTML 2.6

IEdgePathCropper

Interface used by the framework mainly for calculating the visible path of an edge.

Inheritance Hierarchy
IEdgePathCropper

Remarks

This interface is queried through the lookup of IPort instances to calculate the visible portion of an edge path.

It is rarely needed to implement this interface. Custom styles based on EdgeStyleBase<TVisual> should call cropPath to crop the edge path. For custom cropping it is sufficient in most cases to use a configured DefaultEdgePathCropper instance.

Related Programming Samples

08 Edge Cropping
Customize where edges at the node are cropped
06 Edge Cropping
Crop the edge at the port outline

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.styles.IEdgePathCropper

See Also

Methods

Constants

Static Methods