Home > @visualization-tools/core > PlotStateFactories
PlotStateFactories class
State providers for user interaction state machine.
Signature:
export declare class PlotStateFactories<TPlotRange> implements IPlotStateFactories<TPlotRange>
Implements: IPlotStateFactories<TPlotRange>
Methods
| Method |
Modifiers |
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) |
|
|