public final class SimulationAnimation extends ForwardAndBackwardAnimation
ForwardAnimation.AnimationStatem_endCycle, m_endTime, m_startCycle, m_startTimem_time| Constructor and Description |
|---|
SimulationAnimation()
Initializes a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected JulianDate |
getNextTime()
Gets the next animation time.
|
Duration |
getTimeStep()
Gets the size of an animation step in seconds.
|
void |
setTimeStep(Duration value)
Sets the size of an animation step in seconds.
|
protected void |
stepBackwardTime() |
protected void |
stepForwardTime() |
getEndCycle, getEndTime, getStartCycle, getStartTime, nextFrame, onLooping, playBackward, resetTime, setEndCycle, setEndTime, setStartCycle, setStartTime, stepBackward, validateAnimationaddHasReset, addPaused, addStarted, addStopped, animate, dispose, getAnimatingForward, getIsAnimating, getIsPaused, getIsReset, getIsStopped, getMessageLoopType, getRefreshRate, getState, getTargetedFramesPerSecond, getTime, onHasReset, onPaused, onStarted, onTimeUpdate, pause, playForward, removeHasReset, removePaused, removeStarted, removeStopped, reset, setAnimatingForward, setMessageLoopType, setRefreshRate, setState, setTargetedFramesPerSecond, setTime, startAnimationPump, stepForward, stopAnimationPumpanimate, dispose, getResourceTimerEnabled, resourceTimerCallback, setResourceTimerEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose@Nonnull public final Duration getTimeStep()
public final void setTimeStep(@Nonnull Duration value)
protected JulianDate getNextTime()
ForwardAnimationgetNextTime in class ForwardAnimationprotected void stepForwardTime()
stepForwardTime in class ForwardAndBackwardAnimationprotected void stepBackwardTime()
stepBackwardTime in class ForwardAndBackwardAnimation