Skip to main content

QuadraticBezierEditor

Path editor for QuadraticBezier connectors.

Extends

Methods

$repaint()

$repaint(args?): void

Subclasses must implement.

Parameters

args?

any

Returns

void

Inherited from

BezierEditor.$repaint


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

BezierEditor.deactivate


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

Inherited from

BezierEditor.isBusy