Method Summary
| Public Methods | ||
| public |
edit(renderingContext: *, shape: *, datum: *, dx: *, dy: *, target: *) |
|
Inherited Summary
| From class BaseBehavior | ||
| public get |
The class to add to the shapes when selected. |
|
| public set |
The class to add to the shapes when selected. |
|
| public get |
An array containing all the selected items of the layer. |
|
| public |
Destroy the references to the selected items. |
|
| public |
edit(renderingContext: Object, shape: BaseShape, datum: Object | Array, dx: Number, dy: Number, $target: Element) Interface method to override in order to define its particular behavior when interacted with. |
|
| public |
initialize(layer: *) |
|
| public |
|
|
| public |
toggleSelection($item: Element, datum: Object) |
|
| public |
|
|
Public Methods
public edit(renderingContext: *, shape: *, datum: *, dx: *, dy: *, target: *) source
Interface method to override in order to define its particular behavior when interacted with.
Override:
BaseBehavior#editParams:
| Name | Type | Attribute | Description |
| renderingContext | * | ||
| shape | * | ||
| datum | * | ||
| dx | * | ||
| dy | * | ||
| target | * |