update

abstract fun update(time: JulianDate): Boolean(source)

Updates the visualization to the provided time.

Return

True if the display was updated to the provided time, false if the visualizer is waiting for an asynchronous operation to complete before data can be updated.

Parameters

time

The time.

See also