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 |
---|---|
protected MoveLabelInputMode |
GraphEditorInputMode.createMoveLabelInputMode()
Factory method for the
MoveLabelInputMode property. |
MoveLabelInputMode |
GraphEditorInputMode.getMoveLabelInputMode()
Gets the
MoveLabelInputMode property. |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphEditorInputMode.onMoveLabelInputModeChanged(MoveLabelInputMode oldMode,
MoveLabelInputMode newMode)
Called when the
MoveLabelInputMode property value changes and after initialization of
the field. |
void |
GraphEditorInputMode.setMoveLabelInputMode(MoveLabelInputMode value)
Sets the
MoveLabelInputMode property. |