Uses of Class
uavsim.graphics.instruments.A_Instrument

Packages that use A_Instrument
uavsim.computers Provides... 
uavsim.graphics.controls Provides... 
uavsim.graphics.controls.buttons Provides... 
uavsim.graphics.controls.knobs Provides... 
uavsim.graphics.instruments Provides... 
uavsim.graphics.instruments.adfreceiver Provides... 
uavsim.graphics.instruments.airspeedindicator Provides... 
uavsim.graphics.instruments.altimeter Provides... 
uavsim.graphics.instruments.attitudeindicator Provides... 
uavsim.graphics.instruments.automaticdirectionfinder Provides... 
uavsim.graphics.instruments.autopilot Provides... 
uavsim.graphics.instruments.clock Provides... 
uavsim.graphics.instruments.directionalgyro Provides... 
uavsim.graphics.instruments.dme Provides... 
uavsim.graphics.instruments.gpsmap Provides... 
uavsim.graphics.instruments.horizontalsituationindicator Provides... 
uavsim.graphics.instruments.navcommselector Provides... 
uavsim.graphics.instruments.stallenunciator Provides... 
uavsim.graphics.instruments.tachometer Provides... 
uavsim.graphics.instruments.test   
uavsim.graphics.instruments.turncoordinator Provides... 
uavsim.graphics.instruments.verticalspeedindicator Provides... 
uavsim.graphics.instruments.vorlocalizerglideslope Provides... 
uavsim.graphics.instruments.vorreceiver Provides... 
 

Uses of A_Instrument in uavsim.computers
 

Fields in uavsim.computers declared as A_Instrument
private  A_Instrument A_NavigationComputer._instrument
          the instrument
 

Constructors in uavsim.computers with parameters of type A_Instrument
A_NavigationComputer(A_Instrument instrument, NavigationChart chart)
          Creates an abstract navigation computer.
 

Uses of A_Instrument in uavsim.graphics.controls
 

Fields in uavsim.graphics.controls declared as A_Instrument
private  A_Instrument A_Control._hostInstrument
          the host instrument that this control belongs to
 

Methods in uavsim.graphics.controls that return A_Instrument
 A_Instrument A_Control.getHostInstrument()
          Gets the host instrument that this control belongs to.
 

Constructors in uavsim.graphics.controls with parameters of type A_Instrument
A_Control(java.lang.String id, A_Instrument hostInstrument)
          Creates an abstract control.
 

Uses of A_Instrument in uavsim.graphics.controls.buttons
 

Constructors in uavsim.graphics.controls.buttons with parameters of type A_Instrument
A_Button(java.lang.String id, ButtonProperties properties, A_Instrument hostInstrument)
          Creates an abstract button control.
PushButton(java.lang.String id, ButtonProperties properties, A_Instrument hostInstrument)
          Creates a pushbutton control.
 

Uses of A_Instrument in uavsim.graphics.controls.knobs
 

Constructors in uavsim.graphics.controls.knobs with parameters of type A_Instrument
A_Knob(java.lang.String id, KnobProperties properties, A_Instrument hostInstrument)
          Creates an abstract knob control.
Knob(java.lang.String id, KnobProperties properties, A_Instrument hostInstrument)
          Creates a knob control
 

Uses of A_Instrument in uavsim.graphics.instruments
 

Subclasses of A_Instrument in uavsim.graphics.instruments
 class A_CircularInstrument<_UNIT_ extends I_Unitable<_UNIT_>>
          Defines the shared elements of all resizeable circular instruments ("steam gauges").
 class A_RectangularInstrument
          Defines the shared elements of all resizeable rectangular instruments.
 

Uses of A_Instrument in uavsim.graphics.instruments.adfreceiver
 

Subclasses of A_Instrument in uavsim.graphics.instruments.adfreceiver
 class ADFReceiver
          Defines a the receiver for an automatic direction finder.
 

Uses of A_Instrument in uavsim.graphics.instruments.airspeedindicator
 

Subclasses of A_Instrument in uavsim.graphics.instruments.airspeedindicator
 class AirspeedIndicator
          Defines a standard airspeed-indicator instrument.
 

Uses of A_Instrument in uavsim.graphics.instruments.altimeter
 

Subclasses of A_Instrument in uavsim.graphics.instruments.altimeter
 class Altimeter
          Defines an altimeter.
 

Uses of A_Instrument in uavsim.graphics.instruments.attitudeindicator
 

Subclasses of A_Instrument in uavsim.graphics.instruments.attitudeindicator
 class AttitudeIndicator
          Defines a standard attitude-indicator or artificial-horizon instrument to depict pitch and roll.
 

Uses of A_Instrument in uavsim.graphics.instruments.automaticdirectionfinder
 

Subclasses of A_Instrument in uavsim.graphics.instruments.automaticdirectionfinder
 class AutomaticDirectionFinder
          Defines a standard fixed-card or moveable-card directional-gyro instrument.
 

Uses of A_Instrument in uavsim.graphics.instruments.autopilot
 

Subclasses of A_Instrument in uavsim.graphics.instruments.autopilot
 class Autopilot
          Defines an autopilot selector with altitude and heading hold.
 

Uses of A_Instrument in uavsim.graphics.instruments.clock
 

Subclasses of A_Instrument in uavsim.graphics.instruments.clock
 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 A_Instrument in uavsim.graphics.instruments.directionalgyro
 

Subclasses of A_Instrument in uavsim.graphics.instruments.directionalgyro
 class A_DirectionalGyro
          Defines a standard directional-gyro instrument.
 class DirectionalGyro
          Defines a standard directional-gyro instrument.
 

Uses of A_Instrument in uavsim.graphics.instruments.dme
 

Subclasses of A_Instrument in uavsim.graphics.instruments.dme
 class DMEMarkerIndicator
          Defines a display for distance measuring equipment (DME).
 

Uses of A_Instrument in uavsim.graphics.instruments.gpsmap
 

Subclasses of A_Instrument in uavsim.graphics.instruments.gpsmap
 class GPSMap
          Defines a basic moving-map GPS overlain with a navigation chart.
 

Uses of A_Instrument in uavsim.graphics.instruments.horizontalsituationindicator
 

Subclasses of A_Instrument in uavsim.graphics.instruments.horizontalsituationindicator
 class HorizontalSituationIndicator
          Defines a horizontal situation indicator (HSI).
 

Uses of A_Instrument in uavsim.graphics.instruments.navcommselector
 

Subclasses of A_Instrument in uavsim.graphics.instruments.navcommselector
 class NavCommSelector
          Defines a nav/comm selector to route receivers to instruments.
 

Fields in uavsim.graphics.instruments.navcommselector declared as A_Instrument
private  A_Instrument NavCommSwitchMapping._target
          zzz
 

Fields in uavsim.graphics.instruments.navcommselector with type parameters of type A_Instrument
private  java.util.List<A_Instrument> NavCommSwitchMapping._sources
          zzz
 

Methods in uavsim.graphics.instruments.navcommselector that return A_Instrument
 A_Instrument NavCommSwitchMapping.getSelectedSource()
          zzz must be selected source
 A_Instrument NavCommSwitchMapping.getTarget()
          zzz
 

Constructors in uavsim.graphics.instruments.navcommselector with parameters of type A_Instrument
NavCommSwitchMapping(A_Instrument target, A_Instrument... sources)
          zzz
NavCommSwitchMapping(A_Instrument target, A_Instrument... sources)
          zzz
 

Uses of A_Instrument in uavsim.graphics.instruments.stallenunciator
 

Subclasses of A_Instrument in uavsim.graphics.instruments.stallenunciator
 class StallEnunciator
          Defines a simple visual stall enunciator that indicates a stall with the word "STALL".
 

Uses of A_Instrument in uavsim.graphics.instruments.tachometer
 

Subclasses of A_Instrument in uavsim.graphics.instruments.tachometer
 class Tachometer
          Defines a tachometer.
 

Uses of A_Instrument in uavsim.graphics.instruments.test
 

Fields in uavsim.graphics.instruments.test declared as A_Instrument
private  A_Instrument A_InstrumentTest._instrument
          the instrument to test
 

Constructors in uavsim.graphics.instruments.test with parameters of type A_Instrument
A_InstrumentTest(A_Instrument instrument, int frameSize)
          Creates the testbed for a standalone instrument.
 

Uses of A_Instrument in uavsim.graphics.instruments.turncoordinator
 

Subclasses of A_Instrument in uavsim.graphics.instruments.turncoordinator
 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 A_Instrument in uavsim.graphics.instruments.verticalspeedindicator
 

Subclasses of A_Instrument in uavsim.graphics.instruments.verticalspeedindicator
 class VerticalSpeedIndicator
          Defines a vertical speed indicator.
 

Uses of A_Instrument in uavsim.graphics.instruments.vorlocalizerglideslope
 

Subclasses of A_Instrument in uavsim.graphics.instruments.vorlocalizerglideslope
 class VORLocalizerGlideslope
          Defines a standard directional-gyro instrument.
 

Uses of A_Instrument in uavsim.graphics.instruments.vorreceiver
 

Subclasses of A_Instrument in uavsim.graphics.instruments.vorreceiver
 class VORDMEReceiver
          Defines a receiver for a VOR station.