Package | Description |
---|---|
gov.nasa.worldwind.view.firstperson | |
gov.nasa.worldwind.view.orbit |
Modifier and Type | Method and Description |
---|---|
protected void |
FlyViewInputHandler.setEyePosition(AnimationController animControl,
View view,
Position position,
ViewInputAttributes.ActionAttributes attrib) |
protected void |
FlyViewInputHandler.setHeading(View view,
AnimationController animControl,
Angle heading,
ViewInputAttributes.ActionAttributes attrib) |
protected void |
FlyViewInputHandler.setPitch(View view,
AnimationController animControl,
Angle pitch,
ViewInputAttributes.ActionAttributes attrib) |
protected void |
FlyViewInputHandler.setRoll(View view,
AnimationController animControl,
Angle roll,
ViewInputAttributes.ActionAttributes attrib)
Set the roll in a view.
|
Modifier and Type | Field and Description |
---|---|
protected AnimationController |
OrbitViewInputHandler.gotoAnimControl |
protected AnimationController |
OrbitViewInputHandler.uiAnimControl |
Modifier and Type | Method and Description |
---|---|
protected void |
OrbitViewInputHandler.changeHeading(BasicOrbitView view,
AnimationController animControl,
Angle change,
ViewInputAttributes.ActionAttributes attrib) |
protected void |
OrbitViewInputHandler.changePitch(BasicOrbitView view,
AnimationController animControl,
Angle change,
ViewInputAttributes.ActionAttributes attrib) |
protected void |
OrbitViewInputHandler.changeZoom(BasicOrbitView view,
AnimationController animControl,
double change,
ViewInputAttributes.ActionAttributes attrib) |
protected void |
OrbitViewInputHandler.setCenterPosition(BasicOrbitView view,
AnimationController animControl,
Position position,
ViewInputAttributes.ActionAttributes attrib) |