Uses of Class
uavsim.datatypes.GenericValue

Packages that use GenericValue
uavsim.datatypes Provides... 
uavsim.graphics.instruments.turncoordinator Provides... 
 

Uses of GenericValue in uavsim.datatypes
 

Methods in uavsim.datatypes that return GenericValue
 GenericValue GenericValue.add_(GenericValue value)
          Adds another unit to this one.
 GenericValue GenericValue.subtract_(GenericValue value)
          Subtract another unit from this one.
 

Methods in uavsim.datatypes with parameters of type GenericValue
 GenericValue GenericValue.add_(GenericValue value)
          Adds another unit to this one.
 int GenericValue.compareTo(GenericValue value)
          
 GenericValue GenericValue.subtract_(GenericValue value)
          Subtract another unit from this one.
 

Uses of GenericValue in uavsim.graphics.instruments.turncoordinator
 

Fields in uavsim.graphics.instruments.turncoordinator declared as GenericValue
private static GenericValue TurnCoordinator.TUBE_END_PADDING_NEGATIVE
          the angle-mapped arc interval for the start of the ball tube
private static GenericValue TurnCoordinator.TUBE_END_PADDING_POSITIVE
          the angle-mapped arc interval for the end of the ball tube
 

Methods in uavsim.graphics.instruments.turncoordinator with parameters of type GenericValue
 AngleMathematical TurnCoordinator.mapAngle_(GenericValue coordinationFraction)
          Returns the angle corresponding to the value of a unit.