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 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 Animator in gov.nasa.worldwind
Methods in gov.nasa.worldwind with parameters of type Animator Modifier and Type Method Description void
View. addAnimator(Animator animator)
Add an animator to theView
. -
Uses of Animator in gov.nasa.worldwind.animation
Classes in gov.nasa.worldwind.animation that implement Animator Modifier and Type Class Description class
AngleAnimator
Animates angles, via an interpolator.class
BasicAnimator
A base class for an interpolatingAnimator
.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
Fields in gov.nasa.worldwind.animation declared as Animator Modifier and Type Field Description protected Animator[]
CompoundAnimator. animators
Methods 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 anIterable
list of theAnimator
Methods in gov.nasa.worldwind.animation with parameters of type Animator Modifier and Type Method Description void
CompoundAnimator. setAnimators(Animator... animators)
Set theAnimator
s to be driven by thisCompoundAnimator
Constructors 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 givenAnimator
s. -
Uses of Animator in gov.nasa.worldwind.awt
Methods in gov.nasa.worldwind.awt with parameters of type Animator Modifier and Type Method Description void
ViewInputHandler. addAnimator(Animator animator)
Add anAnimator
to thisViewInputHandler
. -
Uses of Animator in gov.nasa.worldwind.view
Classes in gov.nasa.worldwind.view that implement Animator Modifier and Type Class Description class
ViewElevationAnimator
AnAnimator
for elevation values.Methods in gov.nasa.worldwind.view with parameters of type Animator Modifier and Type Method Description void
BasicView. addAnimator(Animator animator)
Add an animator to the this View. -
Uses of Animator in gov.nasa.worldwind.view.firstperson
Classes in gov.nasa.worldwind.view.firstperson that implement Animator Modifier and Type Class Description class
FlyToFlyViewAnimator
static class
FlyToFlyViewAnimator.FlyToElevationAnimator
static class
FlyToFlyViewAnimator.OnSurfacePositionAnimator
Methods in gov.nasa.worldwind.view.firstperson with parameters of type Animator Modifier and Type Method Description void
FlyViewInputHandler. addAnimator(Animator animator)
-
Uses of Animator in gov.nasa.worldwind.view.orbit
Classes in gov.nasa.worldwind.view.orbit that implement Animator 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
OrbitViewEyePointAnimator
class
OrbitViewMoveToZoomAnimator
Methods in gov.nasa.worldwind.view.orbit with parameters of type Animator Modifier and Type Method Description void
OrbitViewInputHandler. addAnimator(Animator animator)
-
Uses of Animator in gov.nasa.worldwindx.examples
Classes in gov.nasa.worldwindx.examples that implement Animator Modifier and Type Class Description static class
KeepingObjectsInView.ViewAnimator
-
Uses of Animator in gov.nasa.worldwindx.examples.kml
Classes in gov.nasa.worldwindx.examples.kml that implement Animator 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.
-