documentationfor yFiles for HTML 3.0.0.3

Properties

foldingEdgeConverterin FoldingManagerGets or sets the IFoldingEdgeConverter implementation that is used to create/convert and modify the folding edges inside the view instances.

Method Return Values

create ()in IFoldingEdgeConverter

Method Parameters

FoldingManager ()in FoldingManagerCreates a new manager with a default backing graph implementation.
FoldingManager (IGraph, )in FoldingManagerCreates a manager instance for the given masterGraph to create views on top of it that support folding operations.

Implementing Types

ExcludingFoldingEdgeConverterAn IFoldingEdgeConverter implementation that prevents folding edges from appearing in the view.
FoldingEdgeConverterThe default implementation of the IFoldingEdgeConverter that is used by the FoldingManager initially and can be customized to suit the application's needs.
MergingFoldingEdgeConverterAn IFoldingEdgeConverter implementation that makes the view contain at most one folding edge between each pair of nodes by letting a single folding edge represent all master edges.