NASA World Wind

Uses of Interface
gov.nasa.worldwind.util.PropertyAccessor.DoubleAccessor

Packages that use PropertyAccessor.DoubleAccessor
gov.nasa.worldwind.animation   
gov.nasa.worldwind.view The view package contains implementations, and support for implementations of the View interface. 
gov.nasa.worldwind.view.firstperson   
gov.nasa.worldwind.view.orbit   
 

Uses of PropertyAccessor.DoubleAccessor in gov.nasa.worldwind.animation
 

Fields in gov.nasa.worldwind.animation declared as PropertyAccessor.DoubleAccessor
protected  PropertyAccessor.DoubleAccessor DoubleAnimator.propertyAccessor
           
 

Methods in gov.nasa.worldwind.animation that return PropertyAccessor.DoubleAccessor
 PropertyAccessor.DoubleAccessor DoubleAnimator.getPropertyAccessor()
           
 

Constructors in gov.nasa.worldwind.animation with parameters of type PropertyAccessor.DoubleAccessor
DoubleAnimator(Interpolator interpolator, double begin, double end, PropertyAccessor.DoubleAccessor propertyAccessor)
           
MoveToDoubleAnimator(Double end, double smoothing, double minEpsilon, PropertyAccessor.DoubleAccessor propertyAccessor)
          Construct a MoveToDoubleAnimator
MoveToDoubleAnimator(Double end, double smoothing, PropertyAccessor.DoubleAccessor propertyAccessor)
          Construct a MoveToDoubleAnimator
 

Uses of PropertyAccessor.DoubleAccessor in gov.nasa.worldwind.view
 

Classes in gov.nasa.worldwind.view that implement PropertyAccessor.DoubleAccessor
static class ViewPropertyAccessor.ElevationAccessor
           
 

Methods in gov.nasa.worldwind.view that return PropertyAccessor.DoubleAccessor
static PropertyAccessor.DoubleAccessor ViewPropertyAccessor.createElevationAccessor(View view)
           
 

Constructors in gov.nasa.worldwind.view with parameters of type PropertyAccessor.DoubleAccessor
ViewElevationAnimator(Globe globe, double beginZoom, double endZoom, LatLon beginLatLon, LatLon endLatLon, int altitudeMode, PropertyAccessor.DoubleAccessor propertyAccessor)
          Create the animator.
 

Uses of PropertyAccessor.DoubleAccessor in gov.nasa.worldwind.view.firstperson
 

Constructors in gov.nasa.worldwind.view.firstperson with parameters of type PropertyAccessor.DoubleAccessor
FlyToFlyViewAnimator.FlyToElevationAnimator(BasicFlyView flyView, Globe globe, double beginZoom, double endZoom, LatLon beginLatLon, LatLon endLatLon, int altitudeMode, PropertyAccessor.DoubleAccessor propertyAccessor)
           
 

Uses of PropertyAccessor.DoubleAccessor in gov.nasa.worldwind.view.orbit
 

Methods in gov.nasa.worldwind.view.orbit that return PropertyAccessor.DoubleAccessor
static PropertyAccessor.DoubleAccessor OrbitViewPropertyAccessor.createZoomAccessor(OrbitView view)
           
 


NASA World Wind