AngleHandler
Extends:
Constructor Summary
| Public Constructor | ||
| public |
constructor(args: ...*) |
|
Member Summary
| Public Members | ||
| public |
dir0: * |
|
| public |
dir1: * |
|
| public |
|
|
| public |
onMouseMove: * |
|
| public |
preview: * |
|
| public |
resolve: * |
|
| public |
tuv: {"type": *, "userValue": *, "value": *} |
|
Method Summary
| Public Methods | ||
| public |
addInteractions(args: ...*) |
|
| public |
click() |
|
| public |
move(point: *) |
|
| public |
removeInteractions(args: ...*) |
|
| public |
setLines(line0: *, line1: *) |
|
Inherited Summary
| From class BaseHandler | ||
| public |
interactions: * |
|
| public |
name: * |
|
| public |
sketch: * |
|
| public |
sketcher: * |
|
| 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(args: ...*) source
Override:
BaseHandler#constructorParams:
| Name | Type | Attribute | Description |
| args | ...* |
Public Members
public dir0: * source
public dir1: * source
public intersectionPoint: * source
public onMouseMove: * source
public preview: * source
public resolve: * source
public tuv: {"type": *, "userValue": *, "value": *} source
Public Methods
public addInteractions(args: ...*) source
Override:
BaseHandler#addInteractionsParams:
| Name | Type | Attribute | Description |
| args | ...* |
public click() source
public move(point: *) source
Params:
| Name | Type | Attribute | Description |
| point | * |
public removeInteractions(args: ...*) source
Override:
BaseHandler#removeInteractionsParams:
| Name | Type | Attribute | Description |
| args | ...* |
public setLines(line0: *, line1: *) source
Params:
| Name | Type | Attribute | Description |
| line0 | * | ||
| line1 | * |