Uses of Class
gov.nasa.worldwind.animation.AnimationController
- 
Packages that use AnimationController Package Description gov.nasa.worldwind.view.firstperson gov.nasa.worldwind.view.orbit 
- 
- 
Uses of AnimationController in gov.nasa.worldwind.view.firstpersonMethods in gov.nasa.worldwind.view.firstperson with parameters of type AnimationController Modifier and Type Method Description protected voidFlyViewInputHandler. setEyePosition(AnimationController animControl, View view, Position position, ViewInputAttributes.ActionAttributes attrib)protected voidFlyViewInputHandler. setHeading(View view, AnimationController animControl, Angle heading, ViewInputAttributes.ActionAttributes attrib)protected voidFlyViewInputHandler. setPitch(View view, AnimationController animControl, Angle pitch, ViewInputAttributes.ActionAttributes attrib)protected voidFlyViewInputHandler. setRoll(View view, AnimationController animControl, Angle roll, ViewInputAttributes.ActionAttributes attrib)Set the roll in a view.
- 
Uses of AnimationController in gov.nasa.worldwind.view.orbitFields in gov.nasa.worldwind.view.orbit declared as AnimationController Modifier and Type Field Description protected AnimationControllerOrbitViewInputHandler. gotoAnimControlprotected AnimationControllerOrbitViewInputHandler. uiAnimControlMethods in gov.nasa.worldwind.view.orbit with parameters of type AnimationController Modifier and Type Method Description protected voidOrbitViewInputHandler. changeHeading(BasicOrbitView view, AnimationController animControl, Angle change, ViewInputAttributes.ActionAttributes attrib)protected voidOrbitViewInputHandler. changePitch(BasicOrbitView view, AnimationController animControl, Angle change, ViewInputAttributes.ActionAttributes attrib)protected voidOrbitViewInputHandler. changeZoom(BasicOrbitView view, AnimationController animControl, double change, ViewInputAttributes.ActionAttributes attrib)protected voidOrbitViewInputHandler. setCenterPosition(BasicOrbitView view, AnimationController animControl, Position position, ViewInputAttributes.ActionAttributes attrib)
 
-