Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGraphWrapper.onBendRemoved(BendEventArgs args)
Raises the
BendRemoved event. |
Modifier and Type | Method and Description |
---|---|
void |
IGraph.addBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent)
Adds the given listener for the
BendRemoved event that occurs when a bend has been removed from an edge in this
graph. |
void |
DefaultGraph.addBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent) |
void |
AbstractGraphWrapper.addBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent) |
void |
IGraph.removeBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent)
Removes the given listener for the
BendRemoved event that occurs when a bend has been removed from an edge in
this graph. |
void |
DefaultGraph.removeBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent) |
void |
AbstractGraphWrapper.removeBendRemovedListener(IEventHandler<BendEventArgs> bendRemovedEvent) |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateBendInputMode.onBendCreated(BendEventArgs args)
Triggers the
BendCreated event. |
Modifier and Type | Method and Description |
---|---|
void |
CreateBendInputMode.addBendCreatedListener(IEventHandler<BendEventArgs> bendCreatedEvent)
Adds the given listener for the
BendCreated event that occurs once a bend creation gesture has been recognized. |
void |
CreateBendInputMode.removeBendCreatedListener(IEventHandler<BendEventArgs> bendCreatedEvent)
Removes the given listener for the
BendCreated event that occurs once a bend creation gesture has been
recognized. |