| Package | Description |
|---|---|
| com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FoldingLabelState |
FoldingLabelOwnerState.addLabel(String text,
ILabelModelParameter layoutParameter,
ILabelStyle style,
SizeD preferredSize,
Object tag)
Adds a
FoldingLabelState to this state. |
FoldingLabelState |
FoldingEdgeState.addLabel(String text,
ILabelModelParameter layoutParameter,
ILabelStyle style,
SizeD preferredSize,
Object tag) |
FoldingLabelState |
FolderNodeState.addLabel(String text,
ILabelModelParameter layoutParameter,
ILabelStyle style,
SizeD preferredSize,
Object tag) |
| Modifier and Type | Method and Description |
|---|---|
IListEnumerable<FoldingLabelState> |
FoldingLabelOwnerState.getLabels()
The
FoldingLabelStates owned by this state. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FoldingLabelOwnerState.remove(FoldingLabelState label)
Removes the
label from its owning FoldingLabelOwnerState. |
void |
FoldingEdgeState.remove(FoldingLabelState label) |
void |
FolderNodeState.remove(FoldingLabelState label) |