Uses of Class
gov.nasa.worldwind.animation.BasicAnimator
-
Packages that use BasicAnimator Package Description gov.nasa.worldwind.animation 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 gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML). -
-
Uses of BasicAnimator in gov.nasa.worldwind.animation
Subclasses of BasicAnimator in gov.nasa.worldwind.animation Modifier and Type Class Description class
AngleAnimator
Animates angles, via an interpolator.class
CompoundAnimator
A group of two or moreAnimator
s.class
DoubleAnimator
AnAnimator
implentation for animating values of type Double.class
MoveToDoubleAnimator
Animates the value to the specified end position, using the specified smoothing, until the value is within the specified minEpsilon of the end value.class
MoveToPositionAnimator
class
PositionAnimator
class
RotateToAngleAnimator
-
Uses of BasicAnimator in gov.nasa.worldwind.view
Subclasses of BasicAnimator in gov.nasa.worldwind.view Modifier and Type Class Description class
ViewElevationAnimator
AnAnimator
for elevation values. -
Uses of BasicAnimator in gov.nasa.worldwind.view.firstperson
Subclasses of BasicAnimator in gov.nasa.worldwind.view.firstperson Modifier and Type Class Description class
FlyToFlyViewAnimator
static class
FlyToFlyViewAnimator.FlyToElevationAnimator
static class
FlyToFlyViewAnimator.OnSurfacePositionAnimator
-
Uses of BasicAnimator in gov.nasa.worldwind.view.orbit
Subclasses of BasicAnimator in gov.nasa.worldwind.view.orbit Modifier and Type Class Description class
FlyToOrbitViewAnimator
protected static class
FlyToOrbitViewAnimator.OnSurfacePositionAnimator
class
OrbitViewCenterAnimator
A position animator that has the ability to adjust the view to focus on the terrain when it is stopped.class
OrbitViewMoveToZoomAnimator
-
Uses of BasicAnimator in gov.nasa.worldwindx.examples
Subclasses of BasicAnimator in gov.nasa.worldwindx.examples Modifier and Type Class Description static class
KeepingObjectsInView.ViewAnimator
-
Uses of BasicAnimator in gov.nasa.worldwindx.examples.kml
Subclasses of BasicAnimator 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
.protected class
KMLOrbitViewController.EyePositionAnimator
A position animator that will compute anOrbitView
center position based on an eye position and orientation.
-