Uses of Class
uavsim.graphics.instruments.automaticdirectionfinder.AutomaticDirectionFinder

Packages that use AutomaticDirectionFinder
uavsim.computers Provides... 
uavsim.computers.test   
uavsim.graphics.instruments.automaticdirectionfinder.test   
 

Uses of AutomaticDirectionFinder in uavsim.computers
 

Fields in uavsim.computers declared as AutomaticDirectionFinder
private  AutomaticDirectionFinder ADFComputer._adfInstrument
          the ADF instrument
 

Methods in uavsim.computers that return AutomaticDirectionFinder
 AutomaticDirectionFinder ADFComputer.getADFInstrument()
          Gets the ADF instrument.
 

Constructors in uavsim.computers with parameters of type AutomaticDirectionFinder
ADFComputer(NavigationChart chart, ADFReceiver adfReceiver, AutomaticDirectionFinder adfInstrument)
          Creates an ADF computer.
 

Uses of AutomaticDirectionFinder in uavsim.computers.test
 

Fields in uavsim.computers.test declared as AutomaticDirectionFinder
private  AutomaticDirectionFinder ADFComputerTest._adfFixed
          the fixed ADF
private  AutomaticDirectionFinder ADFComputerTest._adfMoveable
          the moveable ADF
 

Uses of AutomaticDirectionFinder in uavsim.graphics.instruments.automaticdirectionfinder.test
 

Fields in uavsim.graphics.instruments.automaticdirectionfinder.test declared as AutomaticDirectionFinder
private  AutomaticDirectionFinder AutomaticDirectionFinderFixedCardTest._instrument
          the automatic direction finder
private  AutomaticDirectionFinder AutomaticDirectionFinderMoveableCardTest._instrument
          the automatic direction finder
 

Constructors in uavsim.graphics.instruments.automaticdirectionfinder.test with parameters of type AutomaticDirectionFinder
AutomaticDirectionFinderFixedCardTest(AutomaticDirectionFinder instrument, java.awt.Point location, int frameSize)
          Creates a tester.
AutomaticDirectionFinderMoveableCardTest(AutomaticDirectionFinder instrument, java.awt.Point location, int frameSize)
          Creates a tester.