Uses of Class
gov.nasa.worldwind.animation.CompoundAnimator
-
Packages that use CompoundAnimator Package Description gov.nasa.worldwind.view The view package contains implementations, and support for implementations of theView
interface.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 CompoundAnimator in gov.nasa.worldwind.view
Methods in gov.nasa.worldwind.view that return CompoundAnimator Modifier and Type Method Description static CompoundAnimator
ViewUtil. createHeadingPitchRollAnimator(View view, Angle beginHeading, Angle endHeading, Angle beginPitch, Angle endPitch, Angle beginRoll, Angle endRoll)
Create an animator to animate heading, pitch, and roll. -
Uses of CompoundAnimator in gov.nasa.worldwind.view.firstperson
Subclasses of CompoundAnimator in gov.nasa.worldwind.view.firstperson Modifier and Type Class Description class
FlyToFlyViewAnimator
-
Uses of CompoundAnimator in gov.nasa.worldwind.view.orbit
Subclasses of CompoundAnimator in gov.nasa.worldwind.view.orbit Modifier and Type Class Description class
FlyToOrbitViewAnimator
-
Uses of CompoundAnimator in gov.nasa.worldwindx.examples.kml
Subclasses of CompoundAnimator in gov.nasa.worldwindx.examples.kml Modifier and Type Class Description protected class
KMLFlyViewController.FlyToLookAtAnimator
A compound animator to animates a FlyView to look from the same orientation as anOrbitView
.
-