new Timeline(container, clock)
The Timeline is a widget for displaying and controlling the current scene time.
Name | Type | Description |
---|---|---|
container |
Element | The parent HTML container node for this widget. |
clock |
Clock | The clock to use. |
Members
-
container :Element
-
Gets the parent container.
Methods
-
destroy()
-
Destroys the widget. Should be called if permanently removing the widget from layout.
-
isDestroyed() → Boolean
-
Returns:
true if the object has been destroyed, false otherwise. -
resize()
-
Resizes the widget to match the container size.
-
zoomTo(startTime, stopTime)
-
Sets the view to the provided times.
Name Type Description startTime
JulianDate The start time. stopTime
JulianDate The stop time.