Uses of Interface
gov.nasa.worldwind.animation.Animator
- 
Packages that use Animator Package Description gov.nasa.worldwind gov.nasa.worldwind.animation gov.nasa.worldwind.awt 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 gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).
- 
- 
Uses of Animator in gov.nasa.worldwindMethods in gov.nasa.worldwind with parameters of type Animator Modifier and Type Method Description voidView. addAnimator(Animator animator)Add an animator to theView.
- 
Uses of Animator in gov.nasa.worldwind.animationClasses in gov.nasa.worldwind.animation that implement Animator Modifier and Type Class Description classAngleAnimatorAnimates angles, via an interpolator.classBasicAnimatorA base class for an interpolatingAnimator.classCompoundAnimatorA group of two or moreAnimators.classDoubleAnimatorAnAnimatorimplentation for animating values of type Double.classMoveToDoubleAnimatorAnimates the value to the specified end position, using the specified smoothing, until the value is within the specified minEpsilon of the end value.classMoveToPositionAnimatorclassPositionAnimatorclassRotateToAngleAnimatorFields in gov.nasa.worldwind.animation declared as Animator Modifier and Type Field Description protected Animator[]CompoundAnimator. animatorsMethods in gov.nasa.worldwind.animation that return types with arguments of type Animator Modifier and Type Method Description java.lang.Iterable<Animator>CompoundAnimator. getAnimators()Get anIterablelist of theAnimatorMethods in gov.nasa.worldwind.animation with parameters of type Animator Modifier and Type Method Description voidCompoundAnimator. setAnimators(Animator... animators)Set theAnimators to be driven by thisCompoundAnimatorConstructors in gov.nasa.worldwind.animation with parameters of type Animator Constructor Description CompoundAnimator(Interpolator interpolator, Animator... animators)Construct a CompoundAnimator with the givenInterpolator, and the givenAnimators.
- 
Uses of Animator in gov.nasa.worldwind.awtMethods in gov.nasa.worldwind.awt with parameters of type Animator Modifier and Type Method Description voidViewInputHandler. addAnimator(Animator animator)Add anAnimatorto thisViewInputHandler.
- 
Uses of Animator in gov.nasa.worldwind.viewClasses in gov.nasa.worldwind.view that implement Animator Modifier and Type Class Description classViewElevationAnimatorAnAnimatorfor elevation values.Methods in gov.nasa.worldwind.view with parameters of type Animator Modifier and Type Method Description voidBasicView. addAnimator(Animator animator)Add an animator to the this View.
- 
Uses of Animator in gov.nasa.worldwind.view.firstpersonClasses in gov.nasa.worldwind.view.firstperson that implement Animator Modifier and Type Class Description classFlyToFlyViewAnimatorstatic classFlyToFlyViewAnimator.FlyToElevationAnimatorstatic classFlyToFlyViewAnimator.OnSurfacePositionAnimatorMethods in gov.nasa.worldwind.view.firstperson with parameters of type Animator Modifier and Type Method Description voidFlyViewInputHandler. addAnimator(Animator animator)
- 
Uses of Animator in gov.nasa.worldwind.view.orbitClasses in gov.nasa.worldwind.view.orbit that implement Animator Modifier and Type Class Description classFlyToOrbitViewAnimatorprotected static classFlyToOrbitViewAnimator.OnSurfacePositionAnimatorclassOrbitViewCenterAnimatorA position animator that has the ability to adjust the view to focus on the terrain when it is stopped.classOrbitViewEyePointAnimatorclassOrbitViewMoveToZoomAnimatorMethods in gov.nasa.worldwind.view.orbit with parameters of type Animator Modifier and Type Method Description voidOrbitViewInputHandler. addAnimator(Animator animator)
- 
Uses of Animator in gov.nasa.worldwindx.examplesClasses in gov.nasa.worldwindx.examples that implement Animator Modifier and Type Class Description static classKeepingObjectsInView.ViewAnimator
- 
Uses of Animator in gov.nasa.worldwindx.examples.kmlClasses in gov.nasa.worldwindx.examples.kml that implement Animator Modifier and Type Class Description protected classKMLFlyViewController.FlyToLookAtAnimatorA compound animator to animates a FlyView to look from the same orientation as anOrbitView.protected classKMLOrbitViewController.EyePositionAnimatorA position animator that will compute anOrbitViewcenter position based on an eye position and orientation.
 
-