visualization-tools

Home > @visualization-tools/core > IPlotStateFactories

IPlotStateFactories interface

State providers for user interaction state machine.

Signature:

export interface IPlotStateFactories<TPlotRange> 

Methods

Method Description
getDraggingState(startEvent, options, providers, sharedState)  
getIdleState(lastClick, options, providers, sharedState)  
getIndeterminateState(downEvent, options, providers, sharedState, lastClick)  
getPanningState(startEvent, options, providers, sharedState)  
getPinchZoomingState(firstDownFingerEvent, secondDownFingerEvent, options, providers, sharedState)