Package | Description |
---|---|
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 |
---|---|
INodeCreationCallback |
GraphEditorInputMode.getNodeCreator()
Gets the callback that is responsible for creating a new node, for instance, in response to a mouse click.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphEditorInputMode.setNodeCreator(INodeCreationCallback value)
Sets the callback that is responsible for creating a new node, for instance, in response to a mouse click.
|