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 |
---|---|
void |
IGraph.addBendLocationChangedListener(IBendLocationChangedHandler bendLocationChangedEvent)
Adds the given listener for the
BendLocationChanged event that occurs when the location of a bend has been
changed. |
void |
DefaultGraph.addBendLocationChangedListener(IBendLocationChangedHandler bendLocationChangedEvent) |
void |
AbstractGraphWrapper.addBendLocationChangedListener(IBendLocationChangedHandler bendLocationChangedEvent) |
void |
IGraph.removeBendLocationChangedListener(IBendLocationChangedHandler bendLocationChangedEvent)
Removes the given listener for the
BendLocationChanged event that occurs when the location of a bend has been
changed. |
void |
DefaultGraph.removeBendLocationChangedListener(IBendLocationChangedHandler bendLocationChangedEvent) |
void |
AbstractGraphWrapper.removeBendLocationChangedListener(IBendLocationChangedHandler bendLocationChangedEvent) |