documentationfor yFiles for HTML 3.0.0.3

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, IListEnumerable<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, IListEnumerable<IEdge>)in ExcludingFoldingEdgeConverterDoes nothing and should not normally be called by the view since all folding edges are excluded from it.
updateMasterEdges (FoldingEdgeState, IFoldingView, IListEnumerable<IEdge>)in ExcludingFoldingEdgeConverterDoes nothing and should not normally be called by the view since all folding edges are excluded from it.
initializeFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>)in FoldingEdgeConverterInitializes the folding edge appearance.
updateFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>)in FoldingEdgeConverterUpdates the state when the masterEdges were modified.
updateMasterEdges (FoldingEdgeState, IFoldingView, IListEnumerable<IEdge>)in FoldingEdgeConverterUpdates the masterEdges when the state was modified.
initializeLabels (FoldingEdgeState, IListEnumerable<IEdge>)in FoldingEdgeDefaultsInitializes the initial labels of the folding edge.
initializePorts (FoldingEdgeState, IListEnumerable<IEdge>)in FoldingEdgeDefaultsInitializes the sourcePort and targetPort of the folding edge.
initializeState (FoldingEdgeState, IListEnumerable<IEdge>)in FoldingEdgeDefaultsCalled by implementations of the IFoldingEdgeConverter to initialize the state of a folding edge in the folding view.
updateLabels (FoldingEdgeState, IListEnumerable<IEdge>)in FoldingEdgeDefaultsCalled by updateState to synchronize the labels if copyLabels is enabled.
updateMasterEdges (IGraph, FoldingEdgeState, IListEnumerable<IEdge>)in FoldingEdgeDefaultsCalled in response to updateMasterEdges to optionally update the various properties of the master edges according to the state of the folding edge.
updateMasterLabels (IGraph, FoldingEdgeState, IListEnumerable<IEdge>)in FoldingEdgeDefaultsUpdates the labels of the master edges to match the state of the folding edge.
updateMasterPorts (IGraph, FoldingEdgeState, IListEnumerable<IEdge>)in FoldingEdgeDefaultsCalled by updateMasterEdges to synchronize the ports via updateMasterPort.
updatePorts (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>)in FoldingEdgeDefaultsCalled by updateState to synchronize the ports.
updateState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>)in FoldingEdgeDefaultsCalled by implementations of the IFoldingEdgeConverter interfaces to update the state of a folding edge in the folding view, once it has changed.
create ()in IFoldingEdgeConverter
initializeFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>)in IFoldingEdgeConverterTriggered by the view to initially create the appearance of a folding edge.
updateFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>)in IFoldingEdgeConverterTriggered by the view to adjust the appearance of a folding edge.
updateMasterEdges (FoldingEdgeState, IFoldingView, IListEnumerable<IEdge>)in IFoldingEdgeConverterCallback to optionally back propagate state changes on a folding edge's state to the masterEdges.
initializeFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>)in MergingFoldingEdgeConverterInitializes the folding edge appearance.
updateFoldingEdgeState (FoldingEdgeState, IFoldingView, IEdge, IListEnumerable<IEdge>)in MergingFoldingEdgeConverterUpdates the folding edge appearance.
updateMasterEdges (FoldingEdgeState, IFoldingView, IListEnumerable<IEdge>)in MergingFoldingEdgeConverterCallback to optionally back propagate state changes on a folding edge's state to the masterEdges.