documentationfor yFiles for HTML 3.0.0.3

Properties

labelsin FoldingLabelOwnerStateGets the FoldingLabelStates owned by this state.

Method Return Values

addLabel (string, ILabelModelParameter?, ILabelStyle?, Size?, ILabel['tag']?)in FolderNodeState
addLabel (string, ILabelModelParameter?, ILabelStyle?, Size?, ILabel['tag']?)in FoldingEdgeState
addLabel (FoldingLabelOwnerState, ILabel, string, ILabelModelParameter, ILabelStyle, Size, any)in FoldingLabelDefaultsSimple callback method that delegates to addLabel
addLabel (string, ILabelModelParameter?, ILabelStyle?, Size?, ILabel['tag']?)in FoldingLabelOwnerStateAdds a FoldingLabelState to this state.

Method Parameters

removeLabel (FoldingLabelState)in FolderNodeState
removeLabel (FoldingLabelState)in FoldingEdgeState
updateMaster (IGraph, FoldingLabelState, ILabel)in FoldingLabelDefaultsCalled in response to updateGroupNodeState and updateMasterEdges to optionally update the various properties on the master label according to the state of the folding label.
updateState (FoldingLabelState, ILabel)in FoldingLabelDefaultsCalled by implementations of the IFolderNodeConverter and IFoldingEdgeConverter interfaces to update the state of a label in the folding view, once it has changed.
removeLabel (FoldingLabelState)in FoldingLabelOwnerStateRemoves the label from its owning FoldingLabelOwnerState.