Uses of Class
uavsim.graphics.instruments.vorlocalizerglideslope.VORLocalizerGlideslope

Packages that use VORLocalizerGlideslope
uavsim.computers Provides... 
uavsim.computers.test   
uavsim.graphics.instruments.vorlocalizerglideslope.test   
 

Uses of VORLocalizerGlideslope in uavsim.computers
 

Fields in uavsim.computers declared as VORLocalizerGlideslope
private  VORLocalizerGlideslope ILSComputer._ilsInstrument
          the ILS instrument
private  VORLocalizerGlideslope VORComputer._vorInstrument
          the VOR instrument
 

Methods in uavsim.computers that return VORLocalizerGlideslope
 VORLocalizerGlideslope ILSComputer.getILSInstrument()
          Gets the ILS instrument.
 VORLocalizerGlideslope VORComputer.getVORInstrument()
          Gets the VOR instrument.
 

Constructors in uavsim.computers with parameters of type VORLocalizerGlideslope
ILSComputer(NavigationChart chart, VORDMEReceiver ilsReceiver, VORLocalizerGlideslope ilsInstrument, DMEMarkerIndicator markerInstrument)
          Creates an ILS computer.
VORComputer(NavigationChart chart, VORDMEReceiver vorReceiver, VORLocalizerGlideslope vorInstrument)
          Creates a VOR computer.
 

Uses of VORLocalizerGlideslope in uavsim.computers.test
 

Fields in uavsim.computers.test declared as VORLocalizerGlideslope
private  VORLocalizerGlideslope VORDMEComputerTest._vorInstrument
          the VOR instrument
private  VORLocalizerGlideslope ILSComputerTest._vorInstrument
          the VOR instrument
 

Uses of VORLocalizerGlideslope in uavsim.graphics.instruments.vorlocalizerglideslope.test
 

Fields in uavsim.graphics.instruments.vorlocalizerglideslope.test declared as VORLocalizerGlideslope
private  VORLocalizerGlideslope VORLocalizerGlideslopeTest._instrument
          the VOR/localizer/glideslope instrument
 

Constructors in uavsim.graphics.instruments.vorlocalizerglideslope.test with parameters of type VORLocalizerGlideslope
VORLocalizerGlideslopeTest(VORLocalizerGlideslope instrument, java.awt.Point location, int frameSize)
          Creates a tester.