Usages of IFoldingEdgeConverter
Properties
foldingEdgeConverter | in FoldingManager | Gets 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 FoldingManager | Creates a new manager with a default backing graph implementation. | |
FoldingManager (IGraph, ) | in FoldingManager | Creates a manager instance for the given masterGraph to create views on top of it that support folding operations. |
Implementing Types
ExcludingFoldingEdgeConverter | An IFoldingEdgeConverter implementation that prevents folding edges from appearing in the view. | |
FoldingEdgeConverter | The default implementation of the IFoldingEdgeConverter that is used by the FoldingManager initially and can be customized to suit the application's needs. | |
MergingFoldingEdgeConverter | An 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. |