Uses of Class
uavsim.graphics.instruments.dme.DMEMarkerIndicator

Packages that use DMEMarkerIndicator
uavsim.computers Provides... 
uavsim.computers.test   
uavsim.graphics.instruments.dme.test   
 

Uses of DMEMarkerIndicator in uavsim.computers
 

Fields in uavsim.computers declared as DMEMarkerIndicator
private  DMEMarkerIndicator DMEComputer._dmeInstrument
          the DME instrument
private  DMEMarkerIndicator ILSComputer._markerInstrument
          the marker instrument
 

Methods in uavsim.computers that return DMEMarkerIndicator
 DMEMarkerIndicator DMEComputer.getDMEInstrument()
          Gets the DME receiver.
 DMEMarkerIndicator ILSComputer.getMarkerInstrument()
          Gets the marker instrument.
 

Constructors in uavsim.computers with parameters of type DMEMarkerIndicator
DMEComputer(NavigationChart chart, VORDMEReceiver dmeReceiver, DMEMarkerIndicator dmeInstrument)
          Creates a DME computer.
ILSComputer(NavigationChart chart, VORDMEReceiver ilsReceiver, VORLocalizerGlideslope ilsInstrument, DMEMarkerIndicator markerInstrument)
          Creates an ILS computer.
 

Uses of DMEMarkerIndicator in uavsim.computers.test
 

Fields in uavsim.computers.test declared as DMEMarkerIndicator
private  DMEMarkerIndicator VORDMEComputerTest._dmeInstrument
          the DME instrument
private  DMEMarkerIndicator ILSComputerTest._dmeMarkerInstrument
          the DME instrument
 

Uses of DMEMarkerIndicator in uavsim.graphics.instruments.dme.test
 

Fields in uavsim.graphics.instruments.dme.test declared as DMEMarkerIndicator
private  DMEMarkerIndicator DistanceMeasuringEquipmentTest._instrument
          the distance measuring equipment receiver
 

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