visualization-tools

Home > @visualization-tools/core > FrameProvider

FrameProvider class

Handles rollup of draw calls and incremental updating of interaction handlers.

Signature:

export declare class FrameProvider implements IFrameProvider 

Implements: IFrameProvider

Constructors

Constructor Modifiers Description
(constructor)(drawCallback, updateInteractionHandlersCallback, rollupTime, $window)   Constructs a new instance of the FrameProvider class

Methods

Method Modifiers Description
cancelNextFrame()    
updateOnNextFrame(plot, updateInteractionHandler)