Visualizer

abstract external class Visualizer(source)

Defines the interface for visualizers. Visualizers are plug-ins to DataSourceDisplay that render data associated with DataSource instances. This object is an interface for documentation purposes and is not intended to be instantiated directly.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun destroy()

Removes all visualization and cleans up any resources associated with this instance.

Link copied to clipboard
abstract fun isDestroyed(): Boolean

Returns true if this object was destroyed; otherwise, false.

Link copied to clipboard
abstract fun update(time: JulianDate): Boolean

Updates the visualization to the provided time.