Constructor Summary
| Public Constructor | ||
| public |
constructor(sketcher: *, name: *) |
|
Member Summary
| Public Members | ||
| public |
interactions: * |
|
| public |
name: * |
|
| public |
sketch: * |
|
| public |
sketcher: * |
|
Method Summary
| Public Methods | ||
| public |
addInteraction(object: *, interactionListeners: *) |
|
| public |
|
|
| public |
consoleComplete(cmd: *): * |
|
| public |
consoleExecute(cmd: *, preview: *) |
|
| public |
createSnapper(): * |
|
| public |
destroy(options: *) |
|
| public |
filterObjectsWithInteraction(object: *): boolean |
|
| public |
removeInteraction(object: *, interactionListeners: *, objectPattern2: {"interaction": *}) |
|
| public |
removeInteractions(options: *) |
|
Public Constructors
public constructor(sketcher: *, name: *) source
Params:
| Name | Type | Attribute | Description |
| sketcher | * | ||
| name | * |
Public Members
public interactions: * source
public name: * source
public sketch: * source
public sketcher: * source
Public Methods
public addInteraction(object: *, interactionListeners: *) source
Params:
| Name | Type | Attribute | Description |
| object | * | ||
| interactionListeners | * |
public addInteractions() source
public consoleExecute(cmd: *, preview: *) source
Params:
| Name | Type | Attribute | Description |
| cmd | * | ||
| preview | * |
public destroy(options: *) source
Params:
| Name | Type | Attribute | Description |
| options | * |
public filterObjectsWithInteraction(object: *): boolean source
Params:
| Name | Type | Attribute | Description |
| object | * |
public removeInteraction(object: *, interactionListeners: *, objectPattern2: {"interaction": *}) source
Params:
| Name | Type | Attribute | Description |
| object | * | ||
| interactionListeners | * | ||
| objectPattern2 | {"interaction": *} |
|
public removeInteractions(options: *) source
Params:
| Name | Type | Attribute | Description |
| options | * |