Contains classes and interfaces related to user interaction for a yfiles-flex canvas component showing a graph.
Interfaces
Classes
| | Class | Description |
| | BendCreatedEvent |
An Event which is dispatched when a new bend was created. |
| | CompoundMovePortHandle |
A handle implementation that delegates to either a
PortRelocationHandle to reassign an edge to
a different port or to a handle that moves a port. |
| | CompoundMovePortHandleProvider |
A handle provider that provides CompoundMovePortHandle
instances for the source and target ports of an edge. |
| | CreateBendInputMode |
A specialized IInputMode used for creating bends at edges
in an IGraph displayed in a CanvasComponent. |
| | CreateEdgeInputMode |
A specialized IInputMode used for creating edges between nodes
in an IGraph displayed in a CanvasControl. |
| | GraphEditorInputMode |
A complex IInputMode that can be used in a GraphCanvasComponent
to edit an IGraph instance. |
| | GraphMoveInputMode |
A MoveInputMode that supports partial invalidation
of canvas objects using a CanvasObjectDependencyManager. |
| | LabelConfiguration | |
| | ReparentNodeHandler |
Simple default implementation of IReparentNodeHandler
that treats control key presses as reparent gestures and allows
for reparenting all nodes. |