@JsType(isNative=true, namespace="<global>", name="Object") public class ClockOptions extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
canAnimate
Indicates whether Clock#tick can advance time.
|
int |
clockRange
Determines how the clock should behave when Clock#startTime or Clock#stopTime is reached.
|
int |
clockStep
Determines if calls to Clock#tick are frame dependent or system clock dependent.
|
JulianDate |
currentTime
The current time.
|
double |
multiplier
Determines how much time advances when Clock#tick is called, negative values allow for advancing backwards.
|
boolean |
shouldAnimate
Indicates whether Clock#tick should attempt to advance time.
|
JulianDate |
startTime
The start time of the clock.
|
JulianDate |
stopTime
The stop time of the clock.
|
Constructor and Description |
---|
ClockOptions() |
@JsProperty public JulianDate startTime
@JsProperty public JulianDate stopTime
@JsProperty public JulianDate currentTime
@JsProperty public double multiplier
@JsProperty public int clockStep
@JsProperty public int clockRange
@JsProperty public boolean canAnimate
@JsProperty public boolean shouldAnimate
Copyright © 2019. All rights reserved.