Uses of Interface
gov.nasa.worldwind.util.PropertyAccessor.AngleAccessor
- 
Packages that use PropertyAccessor.AngleAccessor 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.orbit 
- 
- 
Uses of PropertyAccessor.AngleAccessor in gov.nasa.worldwind.animationFields in gov.nasa.worldwind.animation declared as PropertyAccessor.AngleAccessor Modifier and Type Field Description protected PropertyAccessor.AngleAccessorAngleAnimator. propertyAccessorThe @link gov.nasa.worldwind.util.PropertyAccessor used to modify the data value being animated.Methods in gov.nasa.worldwind.animation that return PropertyAccessor.AngleAccessor Modifier and Type Method Description PropertyAccessor.AngleAccessorAngleAnimator. getPropertyAccessor()Get thePropertyAccessorin use by this animationConstructors in gov.nasa.worldwind.animation with parameters of type PropertyAccessor.AngleAccessor Constructor Description AngleAnimator(Interpolator interpolator, Angle begin, Angle end, PropertyAccessor.AngleAccessor propertyAccessor)Construct an AngleAnimatorRotateToAngleAnimator(Angle begin, Angle end, double smoothing, PropertyAccessor.AngleAccessor propertyAccessor)
- 
Uses of PropertyAccessor.AngleAccessor in gov.nasa.worldwind.viewClasses in gov.nasa.worldwind.view that implement PropertyAccessor.AngleAccessor Modifier and Type Class Description static classViewPropertyAccessor.HeadingAccessorstatic classViewPropertyAccessor.PitchAccessorstatic classViewPropertyAccessor.RollAccessorMethods in gov.nasa.worldwind.view that return PropertyAccessor.AngleAccessor Modifier and Type Method Description static PropertyAccessor.AngleAccessorViewPropertyAccessor. createHeadingAccessor(View view)static PropertyAccessor.AngleAccessorViewPropertyAccessor. createPitchAccessor(View view)static PropertyAccessor.AngleAccessorViewPropertyAccessor. createRollAccessor(View view)
- 
Uses of PropertyAccessor.AngleAccessor in gov.nasa.worldwind.view.orbitClasses in gov.nasa.worldwind.view.orbit that implement PropertyAccessor.AngleAccessor Modifier and Type Class Description protected static classOrbitViewInputHandler.CollisionAwarePitchAccessorCollisionAwarePitchAccessor implements anPropertyAccessor.AngleAccessorinterface onto the pitch property of anOrbitView.
 
-