NASA World Wind

Uses of Interface
gov.nasa.worldwind.view.OrbitViewAnimator

Packages that use OrbitViewAnimator
gov.nasa.worldwind.view   
 

Uses of OrbitViewAnimator in gov.nasa.worldwind.view
 

Classes in gov.nasa.worldwind.view that implement OrbitViewAnimator
 class BasicOrbitViewAnimator
           
static class BasicOrbitViewAnimator.AngleAnimator
           
static class BasicOrbitViewAnimator.CompoundAnimator
           
static class BasicOrbitViewAnimator.DoubleAnimator
           
static class BasicOrbitViewAnimator.PositionAnimator
           
 

Methods in gov.nasa.worldwind.view that return OrbitViewAnimator
 OrbitViewAnimator OrbitViewAnimator.coalesceWith(OrbitView orbitView, OrbitViewAnimator animator)
           
 OrbitViewAnimator BasicOrbitViewAnimator.coalesceWith(OrbitView orbitView, OrbitViewAnimator animator)
           
protected  OrbitViewAnimator BasicOrbitViewAnimator.coalesceWithImpl(OrbitView orbitView, OrbitViewAnimator animator)
           
protected  OrbitViewAnimator BasicOrbitViewAnimator.CompoundAnimator.coalesceWithImpl(OrbitView orbitView, OrbitViewAnimator animator)
           
 

Methods in gov.nasa.worldwind.view that return types with arguments of type OrbitViewAnimator
 Iterable<OrbitViewAnimator> BasicOrbitViewAnimator.CompoundAnimator.getAnimators()
           
 

Methods in gov.nasa.worldwind.view with parameters of type OrbitViewAnimator
 OrbitViewAnimator OrbitViewAnimator.coalesceWith(OrbitView orbitView, OrbitViewAnimator animator)
           
 OrbitViewAnimator BasicOrbitViewAnimator.coalesceWith(OrbitView orbitView, OrbitViewAnimator animator)
           
protected  OrbitViewAnimator BasicOrbitViewAnimator.coalesceWithImpl(OrbitView orbitView, OrbitViewAnimator animator)
           
protected  OrbitViewAnimator BasicOrbitViewAnimator.CompoundAnimator.coalesceWithImpl(OrbitView orbitView, OrbitViewAnimator animator)
           
protected  ViewStateIterator BasicOrbitViewStateIterator.doCoalesce(OrbitView orbitView, boolean doCoalesce, OrbitViewInterpolator interpolator, OrbitViewAnimator animator)
           
 

Constructors in gov.nasa.worldwind.view with parameters of type OrbitViewAnimator
BasicOrbitViewAnimator.CompoundAnimator(OrbitViewAnimator... animators)
           
BasicOrbitViewStateIterator(boolean doCoalesce, OrbitViewInterpolator interpolator, OrbitViewAnimator animator)
           
FlyToOrbitViewStateIterator(long lengthMillis, OrbitViewAnimator animator)
           
ScheduledOrbitViewStateIterator(long lengthMillis, OrbitViewAnimator animator, boolean doSmoothing)
           
ScheduledOrbitViewStateIterator(ScheduledOrbitViewInterpolator interpolator, OrbitViewAnimator animator, boolean doSmoothing)
           
 


NASA World Wind