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 |
---|---|
FoldingBendState |
FoldingEdgeState.addBend(PointD location)
|
FoldingBendState |
FoldingEdgeState.addBend(PointD location,
int index)
|
Modifier and Type | Method and Description |
---|---|
IListEnumerable<FoldingBendState> |
FoldingEdgeState.getBends()
The
FoldingBendState s of this state. |
Modifier and Type | Method and Description |
---|---|
void |
FoldingEdgeState.remove(FoldingBendState bend)
Removes the
bend from this edge state. |