uavsim.graphics.instruments.attitudeindicator
Class AttitudeIndicator.AttitudeMapper

java.lang.Object
  extended by uavsim.graphics.instruments.attitudeindicator.AttitudeIndicator.AttitudeMapper
All Implemented Interfaces:
I_AngleMapper<AngleMathematical>
Enclosing class:
AttitudeIndicator

private static final class AttitudeIndicator.AttitudeMapper
extends java.lang.Object
implements I_AngleMapper<AngleMathematical>

Defines the mapper that converts a unit value (pitch or roll) into a corresponding angle on the display.

Author:
Dan Tappan [18.06.11]

Constructor Summary
private AttitudeIndicator.AttitudeMapper()
           
 
Method Summary
 AngleMathematical mapAngle_(AngleMathematical angle)
          Returns the angle corresponding to the value of a unit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttitudeIndicator.AttitudeMapper

private AttitudeIndicator.AttitudeMapper()
Method Detail

mapAngle_

public AngleMathematical mapAngle_(AngleMathematical angle)
Returns the angle corresponding to the value of a unit.

Specified by:
mapAngle_ in interface I_AngleMapper<AngleMathematical>
Parameters:
angle - - the unit
Returns:
the angle