Table of Contents

Class BufferedVisualizer

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Provides an abstract base class for type visualizers with an update frequency potentially much higher than the screen refresh rate.

public abstract class BufferedVisualizer : DialogTypeVisualizer
Inheritance
BufferedVisualizer
Derived
Inherited Members

Properties

TargetInterval

Gets or sets the target interval, in milliseconds, between visualizer updates.

Methods

Show(DateTime, object)

Updates the type visualizer to display a buffered value object received at the specified time.

ShowBuffer(IList<Timestamped<object>>)

Updates the type visualizer with a new buffer of timestamped values.

Visualize(IObservable<IObservable<object>>, IServiceProvider)

Creates an observable sequence used to visualize all notifications emitted by a workflow operator, using this type visualizer and the specified service provider.