Uses of Interface
gov.nasa.worldwind.util.PropertyAccessor.DoubleAccessor
- 
Packages that use PropertyAccessor.DoubleAccessor Package Description gov.nasa.worldwind.animation gov.nasa.worldwind.view The view package contains implementations, and support for implementations of theViewinterface.gov.nasa.worldwind.view.firstperson gov.nasa.worldwind.view.orbit 
- 
- 
Uses of PropertyAccessor.DoubleAccessor in gov.nasa.worldwind.animationFields in gov.nasa.worldwind.animation declared as PropertyAccessor.DoubleAccessor Modifier and Type Field Description protected PropertyAccessor.DoubleAccessorDoubleAnimator. propertyAccessorMethods in gov.nasa.worldwind.animation that return PropertyAccessor.DoubleAccessor Modifier and Type Method Description PropertyAccessor.DoubleAccessorDoubleAnimator. getPropertyAccessor()Constructors in gov.nasa.worldwind.animation with parameters of type PropertyAccessor.DoubleAccessor Constructor Description DoubleAnimator(Interpolator interpolator, double begin, double end, PropertyAccessor.DoubleAccessor propertyAccessor)MoveToDoubleAnimator(java.lang.Double end, double smoothing, double minEpsilon, PropertyAccessor.DoubleAccessor propertyAccessor)Construct aMoveToDoubleAnimatorMoveToDoubleAnimator(java.lang.Double end, double smoothing, PropertyAccessor.DoubleAccessor propertyAccessor)Construct aMoveToDoubleAnimator
- 
Uses of PropertyAccessor.DoubleAccessor in gov.nasa.worldwind.viewClasses in gov.nasa.worldwind.view that implement PropertyAccessor.DoubleAccessor Modifier and Type Class Description static classViewPropertyAccessor.ElevationAccessorMethods in gov.nasa.worldwind.view that return PropertyAccessor.DoubleAccessor Modifier and Type Method Description static PropertyAccessor.DoubleAccessorViewPropertyAccessor. createElevationAccessor(View view)Constructors in gov.nasa.worldwind.view with parameters of type PropertyAccessor.DoubleAccessor Constructor Description 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.firstpersonConstructors in gov.nasa.worldwind.view.firstperson with parameters of type PropertyAccessor.DoubleAccessor Constructor Description 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.orbitMethods in gov.nasa.worldwind.view.orbit that return PropertyAccessor.DoubleAccessor Modifier and Type Method Description static PropertyAccessor.DoubleAccessorOrbitViewPropertyAccessor. createZoomAccessor(OrbitView view)
 
-