QuadraticBezierEditor
Path editor for QuadraticBezier connectors.
Extends
Methods
$repaint()
$repaint(
args?):void
Subclasses must implement.
Parameters
args?
any
Returns
void
Inherited from
deactivate()
deactivate(
e?):void
Deactivates the editor, removing all editor handles and anchor placeholders etc. May be called directly by an API user but mostly calling this method is handled internally.
Parameters
e?
Event
Returns
void
Inherited from
isBusy()
isBusy():
boolean
Returns whether or not the editor is in the middle of an operation - the user is dragging a handle, typically.
Returns
boolean