Package | Description |
---|---|
org.cesiumjs.cs.widgets |
Modifier and Type | Method and Description |
---|---|
AnimationViewModel |
Animation.viewModel()
Gets the view model.
|
Modifier and Type | Method and Description |
---|---|
String |
AnimationViewModel.DateFormatter.function(JulianDate date,
AnimationViewModel viewModel)
A function that formats a date for display.
|
String |
AnimationViewModel.TimeFormatter.function(JulianDate date,
AnimationViewModel viewModel)
A function that formats a date for display.
|
Constructor and Description |
---|
Animation(com.google.gwt.dom.client.Element container,
AnimationViewModel viewModel)
The Animation widget provides buttons for play, pause, and reverse, along with the current time and date,
surrounded by a "shuttle ring" for controlling the speed of animation.
|
Animation(String container,
AnimationViewModel viewModel)
The Animation widget provides buttons for play, pause, and reverse, along with the current time and date,
surrounded by a "shuttle ring" for controlling the speed of animation.
|
Copyright © 2019. All rights reserved.