documentationfor yFiles for HTML 2.6

Method Return Values

getFoldingEdgeState (FoldingEdgeStateId)in FoldingManagerReturn a data container implementation that is not part of any actual IGraph that describes the state of the edge for the given FoldingEdgeStateId.

Method Parameters

initializeFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in ExcludingFoldingEdgeConverterDoes nothing and should not normally be called by the view since all folding edges are excluded from it.
updateFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in ExcludingFoldingEdgeConverterDoes nothing and should not normally be called by the view since all folding edges are excluded from it.
initializeFoldingEdgeBends (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in FoldingEdgeConverterBaseInitializes the bends of the folding edge.
initializeFoldingEdgeLabels (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in FoldingEdgeConverterBaseInitializes the initial labels of the folding edge.
initializeFoldingEdgePorts (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in FoldingEdgeConverterBaseInitializes the ports of the folding edge.
initializeFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in FoldingEdgeConverterBaseImplements the initializeFoldingEdgeState method and initializes the folding edge appearance.
initializeFoldingEdgeStyle (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in FoldingEdgeConverterBaseInitializes the style property of the folding edge.
synchronizeLabels (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in FoldingEdgeConverterBaseCalled by updateFoldingEdgeState to synchronize the first label if copyFirstLabel is enabled.
updateFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in FoldingEdgeConverterBaseImplements the updateFoldingEdgeState method and changes the folding edge appearance.
create ()in IFoldingEdgeConverterCreates an implementation of the interface IFoldingEdgeConverter from the given definition.
initializeFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in IFoldingEdgeConverterTriggered by the view to initially create the appearance of a folding edge.
updateFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IList<IEdge>)in IFoldingEdgeConverterTriggered by the view to adjust the appearance of a folding edge