Usages of FoldingLabelState
Properties
| labels | in FoldingLabelOwnerState | Gets 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 FoldingLabelDefaults | Simple callback method that delegates to addLabel | |
| addLabel (string, ILabelModelParameter?, ILabelStyle?, Size?, ILabel['tag']?) | in FoldingLabelOwnerState | Adds a FoldingLabelState to this state. |
Method Parameters
| removeLabel (FoldingLabelState) | in FolderNodeState | ||
| removeLabel (FoldingLabelState) | in FoldingEdgeState | ||
| updateMaster (IGraph, FoldingLabelState, ILabel) | in FoldingLabelDefaults | Called 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 FoldingLabelDefaults | Called 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 FoldingLabelOwnerState | Removes the label from its owning FoldingLabelOwnerState. |