Uses of Interface
uavsim.graphics.instruments.I_AngleMapper

Packages that use I_AngleMapper
uavsim.graphics Provides... 
uavsim.graphics.instruments Provides... 
uavsim.graphics.instruments.airspeedindicator Provides... 
uavsim.graphics.instruments.altimeter Provides... 
uavsim.graphics.instruments.attitudeindicator Provides... 
uavsim.graphics.instruments.automaticdirectionfinder Provides... 
uavsim.graphics.instruments.clock Provides... 
uavsim.graphics.instruments.directionalgyro Provides... 
uavsim.graphics.instruments.horizontalsituationindicator Provides... 
uavsim.graphics.instruments.tachometer Provides... 
uavsim.graphics.instruments.turncoordinator Provides... 
uavsim.graphics.instruments.verticalspeedindicator Provides... 
uavsim.graphics.instruments.vorlocalizerglideslope Provides... 
 

Uses of I_AngleMapper in uavsim.graphics
 

Methods in uavsim.graphics with parameters of type I_AngleMapper
static
<_UNIT_ extends I_Unitable<_UNIT_>>
java.awt.Polygon
GraphicsSupport.drawArc(java.awt.Graphics2D graphics, Radius radius, CoordinateCartesianAbsolute origin, ArcDescriptor<_UNIT_> descriptor, I_AngleMapper<_UNIT_> instrument)
          Draws an arc.
static
<_UNIT_ extends I_Unitable<_UNIT_>>
java.awt.Polygon
GraphicsSupport.drawNeedle(java.awt.Graphics2D graphics, Radius radius, CoordinateCartesianAbsolute origin, NeedleDescriptor descriptor, I_AngleMapper<_UNIT_> instrument, _UNIT_ value)
          Draws a needle.
static
<_UNIT_ extends I_Unitable<_UNIT_>>
void
GraphicsSupport.drawNumbers(java.awt.Graphics2D graphics, Radius radius, CoordinateCartesianAbsolute origin, NumberDescriptor<_UNIT_> descriptor, I_AngleMapper<_UNIT_> instrument, _UNIT_... offset)
          Draws numbers on a ringed instrument.
static
<_UNIT_ extends I_Unitable<_UNIT_>>
void
GraphicsSupport.drawTick(java.awt.Graphics2D graphics, CoordinateCartesianAbsolute anchor, _UNIT_ value, Ring radii, int width, I_AngleMapper<_UNIT_> instrument)
          Draws a single tick.
static
<_UNIT_ extends I_Unitable<_UNIT_>>
void
GraphicsSupport.drawTicks(java.awt.Graphics2D graphics, Radius radius, CoordinateCartesianAbsolute anchor, TickDescriptor<_UNIT_> tickDescriptor, I_AngleMapper<_UNIT_> instrument, _UNIT_... offset)
          Draws ticks over an interval on a ringed instrument.
 

Uses of I_AngleMapper in uavsim.graphics.instruments
 

Classes in uavsim.graphics.instruments that implement I_AngleMapper
 class A_CircularInstrument<_UNIT_ extends I_Unitable<_UNIT_>>
          Defines the shared elements of all resizeable circular instruments ("steam gauges").
 

Uses of I_AngleMapper in uavsim.graphics.instruments.airspeedindicator
 

Classes in uavsim.graphics.instruments.airspeedindicator that implement I_AngleMapper
 class AirspeedIndicator
          Defines a standard airspeed-indicator instrument.
 

Uses of I_AngleMapper in uavsim.graphics.instruments.altimeter
 

Classes in uavsim.graphics.instruments.altimeter that implement I_AngleMapper
 class Altimeter
          Defines an altimeter.
 

Uses of I_AngleMapper in uavsim.graphics.instruments.attitudeindicator
 

Classes in uavsim.graphics.instruments.attitudeindicator that implement I_AngleMapper
 class AttitudeIndicator
          Defines a standard attitude-indicator or artificial-horizon instrument to depict pitch and roll.
private static class AttitudeIndicator.AttitudeMapper
          Defines the mapper that converts a unit value (pitch or roll) into a corresponding angle on the display.
 

Uses of I_AngleMapper in uavsim.graphics.instruments.automaticdirectionfinder
 

Classes in uavsim.graphics.instruments.automaticdirectionfinder that implement I_AngleMapper
 class AutomaticDirectionFinder
          Defines a standard fixed-card or moveable-card directional-gyro instrument.
 

Uses of I_AngleMapper in uavsim.graphics.instruments.clock
 

Classes in uavsim.graphics.instruments.clock that implement I_AngleMapper
 class ClockBasic
          Defines an analog clock with a second hand.
 class ClockEnhanced
          Defines an analog clock with a standard second hand and a timer second hand that can be reset to zero with a pushbutton.
 

Uses of I_AngleMapper in uavsim.graphics.instruments.directionalgyro
 

Classes in uavsim.graphics.instruments.directionalgyro that implement I_AngleMapper
 class A_DirectionalGyro
          Defines a standard directional-gyro instrument.
 class DirectionalGyro
          Defines a standard directional-gyro instrument.
 

Uses of I_AngleMapper in uavsim.graphics.instruments.horizontalsituationindicator
 

Classes in uavsim.graphics.instruments.horizontalsituationindicator that implement I_AngleMapper
 class HorizontalSituationIndicator
          Defines a horizontal situation indicator (HSI).
 

Uses of I_AngleMapper in uavsim.graphics.instruments.tachometer
 

Classes in uavsim.graphics.instruments.tachometer that implement I_AngleMapper
 class Tachometer
          Defines a tachometer.
 

Uses of I_AngleMapper in uavsim.graphics.instruments.turncoordinator
 

Classes in uavsim.graphics.instruments.turncoordinator that implement I_AngleMapper
 class TurnCoordinator
          Defines a standard turn coordinator to depict rate of turn in degrees per second against a standard rate of three degrees per second.
 

Uses of I_AngleMapper in uavsim.graphics.instruments.verticalspeedindicator
 

Classes in uavsim.graphics.instruments.verticalspeedindicator that implement I_AngleMapper
 class VerticalSpeedIndicator
          Defines a vertical speed indicator.
 

Uses of I_AngleMapper in uavsim.graphics.instruments.vorlocalizerglideslope
 

Classes in uavsim.graphics.instruments.vorlocalizerglideslope that implement I_AngleMapper
 class VORLocalizerGlideslope
          Defines a standard directional-gyro instrument.