Uses of Class
gov.nasa.worldwind.animation.DoubleAnimator
- 
Packages that use DoubleAnimator Package Description gov.nasa.worldwind.animation gov.nasa.worldwind.view The view package contains implementations, and support for implementations of theViewinterface.gov.nasa.worldwind.view.firstperson gov.nasa.worldwind.view.orbit gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).
- 
- 
Uses of DoubleAnimator in gov.nasa.worldwind.animationSubclasses of DoubleAnimator in gov.nasa.worldwind.animation Modifier and Type Class Description classMoveToDoubleAnimatorAnimates the value to the specified end position, using the specified smoothing, until the value is within the specified minEpsilon of the end value.
- 
Uses of DoubleAnimator in gov.nasa.worldwind.viewSubclasses of DoubleAnimator in gov.nasa.worldwind.view Modifier and Type Class Description classViewElevationAnimatorAnAnimatorfor elevation values.
- 
Uses of DoubleAnimator in gov.nasa.worldwind.view.firstpersonSubclasses of DoubleAnimator in gov.nasa.worldwind.view.firstperson Modifier and Type Class Description static classFlyToFlyViewAnimator.FlyToElevationAnimatorConstructors in gov.nasa.worldwind.view.firstperson with parameters of type DoubleAnimator Constructor Description FlyToFlyViewAnimator(Interpolator interpolator, int altitudeMode, PositionAnimator eyePositionAnimator, DoubleAnimator elevationAnimator, AngleAnimator headingAnimator, AngleAnimator pitchAnimator, AngleAnimator rollAnimator)
- 
Uses of DoubleAnimator in gov.nasa.worldwind.view.orbitSubclasses of DoubleAnimator in gov.nasa.worldwind.view.orbit Modifier and Type Class Description classOrbitViewMoveToZoomAnimatorConstructors in gov.nasa.worldwind.view.orbit with parameters of type DoubleAnimator Constructor Description FlyToOrbitViewAnimator(OrbitView orbitView, Interpolator interpolator, int altitudeMode, PositionAnimator centerAnimator, DoubleAnimator zoomAnimator, AngleAnimator headingAnimator, AngleAnimator pitchAnimator, AngleAnimator rollAnimator)
- 
Uses of DoubleAnimator in gov.nasa.worldwindx.examples.kmlFields in gov.nasa.worldwindx.examples.kml declared as DoubleAnimator Modifier and Type Field Description protected DoubleAnimatorKMLFlyViewController.FlyToLookAtAnimator. elevationAnimatorConstructors in gov.nasa.worldwindx.examples.kml with parameters of type DoubleAnimator Constructor Description FlyToLookAtAnimator(Interpolator interpolator, OrbitView targetView, Position lookAtPosition, int altitudeMode, PositionAnimator eyePositionAnimator, DoubleAnimator elevationAnimator, AngleAnimator headingAnimator, AngleAnimator pitchAnimator, AngleAnimator rollAnimator)Create an animator to animate the view to look at a position.
 
-