Class vxlCellPickerInteractor

Interactor that implements a picking mechanism. Implemented in 0.89.1

Constructor

vxlCellPickerInteractor(view, camera)

Author: Diego Cantor.

Parameters:

Object view

the view this interactor will observe

Object camera

the camera this interactor will master

Methods

.get2DCoords(ev)

Parameters:

Type Name Description
ev

.getType()
.onDoubleClick(ev)

Parameters:

Type Name Description
ev

.onDragLeave(ev)

Parameters:

Type Name Description
ev

.onDragOver(ev)

Parameters:

Type Name Description
ev

.onDrop(ev)

Parameters:

Type Name Description
ev

.onKeyDown(ev)

Parameters:

Type Name Description
ev

.onKeyUp(ev)

Parameters:

Type Name Description
ev

.onMouseDown(ev)
Reacts to the onmouse event on the canvas

Parameters:

Type Name Description
Object ev

mouse event

.onMouseMove(ev)
Reacts to the onmouse move event on the canvas

Parameters:

Type Name Description
Object ev

.onMouseUp(ev)
Reacts to the onmouse up event on the canvas

Parameters:

Type Name Description
Object ev