A B C D E F G H I K L M N O P Q R S T U V W X Y Z _

H

HALF - Static variable in class uavsim.datatypes.Scaler
 
HAND_PIVOT_COLOR - Static variable in class uavsim.graphics.instruments.clock.ClockBasic
the color of the pivot circle at the common base of the hands
HAND_PIVOT_COLOR - Static variable in class uavsim.graphics.instruments.clock.ClockEnhanced
the color of the pivot circle at the common base of the hands
HAND_PIVOT_SCALE - Static variable in class uavsim.graphics.instruments.clock.ClockBasic
the size scale of the pivot circle relative to the instrument size
HAND_PIVOT_SCALE - Static variable in class uavsim.graphics.instruments.clock.ClockEnhanced
the size scale of the pivot circle relative to the instrument size
handleControlCallback(ControlCallbackEvent) - Method in class uavsim.graphics.instruments.A_Instrument
Handles an event from a registered control.
handleControlCallback(ControlCallbackEvent) - Method in class uavsim.graphics.instruments.adfreceiver.ADFReceiver
Handles an event from a registered control.
handleControlCallback(ControlCallbackEvent) - Method in class uavsim.graphics.instruments.automaticdirectionfinder.AutomaticDirectionFinder
Handles an event from a registered control.
handleControlCallback(ControlCallbackEvent) - Method in class uavsim.graphics.instruments.autopilot.Autopilot
Handles an event from a registered control.
handleControlCallback(ControlCallbackEvent) - Method in class uavsim.graphics.instruments.clock.ClockEnhanced
Handles an event from a registered control.
handleControlCallback(ControlCallbackEvent) - Method in class uavsim.graphics.instruments.directionalgyro.DirectionalGyro
Handles an event from a registered control.
handleControlCallback(ControlCallbackEvent) - Method in class uavsim.graphics.instruments.gpsmap.GPSMap
Handles an event from a registered control.
handleControlCallback(ControlCallbackEvent) - Method in class uavsim.graphics.instruments.horizontalsituationindicator.HorizontalSituationIndicator
Handles an event from a registered control.
handleControlCallback(ControlCallbackEvent) - Method in class uavsim.graphics.instruments.vorlocalizerglideslope.VORLocalizerGlideslope
Handles an event from a registered control.
handleControlCallback(ControlCallbackEvent) - Method in class uavsim.graphics.instruments.vorreceiver.VORDMEReceiver
Handles an event from a registered control.
handleMouseEvent_(MouseEvent) - Method in class uavsim.graphics.controls.A_Control
Handles a mouse event.
handleMouseEvent_(MouseEvent) - Method in class uavsim.graphics.controls.buttons.A_Button
Handles a mouse event.
handleMouseEvent_(MouseEvent) - Method in class uavsim.graphics.controls.knobs.A_Knob
Handles a mouse event.
hasColorBackground() - Method in class uavsim.graphics.text.TextProperties
Gets whether the text has a background color.
hasColorBackground(boolean) - Method in class uavsim.graphics.text.TextProperties
Sets whether the text has a background color.
hasControls() - Method in class uavsim.graphics.instruments.A_Instrument
Returns whether this instrument has any registered controls.
hasCourse() - Method in class uavsim.datatypes.SevenDOFDescriptor
Whether a valid course was provided.
hasElement(_FREQUENCY_) - Method in class uavsim.navigationmodel.NavigationChart
Returns whether there is a tuneable element on a frequency.
hasFrequency() - Method in class uavsim.navigationmodel.A_ChartElement
Returns whether this element has a frequency.
hasFrequency() - Method in class uavsim.navigationmodel.A_ChartElementTuneable
Returns whether this element has a frequency.
hasGlideslope() - Method in class uavsim.graphics.instruments.vorlocalizerglideslope.VORLocalizerGlideslope
Returns whether the instrument has a glideslope.
hasLabel() - Method in class uavsim.graphics.controls.A_ControlProperties
Returns whether there is a label.
hasNext() - Method in class uavsim.datatypes.A_Arc.A_ArcIterator
Whether there is another angle to step to in the forward direction.
hasNext() - Method in class uavsim.datatypes.Interval.Iterator
Whether there is another value to step to in the forward direction.
hasPrevious() - Method in class uavsim.datatypes.A_Arc.A_ArcIterator
Whether there is another angle to step to in the backward direction.
hasPrevious() - Method in class uavsim.datatypes.Interval.Iterator
Whether there is another value to step to in the backward direction.
hasSelectedSource() - Method in class uavsim.graphics.instruments.navcommselector.NavCommSwitchMapping
zzz
hasSpeed() - Method in class uavsim.datatypes.Velocity
Returns whether the velocity has a speed; otherwise, its direction is not meaningful.
hasStateChange() - Method in class uavsim.graphics.controls.ControlCallbackEvent
Returns whether there is a state change.
hasStep() - Method in class uavsim.datatypes.Interval
Returns whether a step value was provided.
hasSubstitution(int) - Method in class uavsim.graphics.instruments.NumberDescriptor
Gets whether there is a text substitution for a number.
hasSubstitutions() - Method in class uavsim.graphics.instruments.NumberDescriptor
Returns whether there are any substitutions that replace numbers with text.
HEADING_ANCHOR_SCALE - Static variable in class uavsim.graphics.instruments.gpsmap.GPSMap
the anchor position of the heading text relative to the center of the instrument
HEADING_BUG - Static variable in class uavsim.graphics.instruments.automaticdirectionfinder.AutomaticDirectionFinder
the heading bug
HEADING_RATE - Static variable in class uavsim.computers.test.ADFComputerTest
the rate at which the interactive controls change the heading
HEADING_RATE - Static variable in class uavsim.computers.test.ILSComputerTest
the rate at which the interactive controls change the heading
HEADING_RATE - Static variable in class uavsim.computers.test.VORDMEComputerTest
the rate at which the interactive controls change the heading
HEADING_RATE - Static variable in class uavsim.graphics.instruments.gpsmap.test.GPSMapTest
the rate at which the interactive controls change the heading
HEADING_TEXT - Static variable in class uavsim.graphics.instruments.gpsmap.GPSMap
the text properties of the heading
HEIGHT - Static variable in class uavsim.navigationmodel.Glideslope
the glideslope height
HISTORY_WINDOW_LENGTH - Static variable in class uavsim.flightdynamicsmodel.AircraftModelController
the number of history entries in the averaging window
HistoryEntry<_ELEMENT_> - Class in uavsim.flightdynamicsmodel
Defines a time-stamped entry for an arbitrary data element.
HistoryEntry(Time, _ELEMENT_) - Constructor for class uavsim.flightdynamicsmodel.HistoryEntry
Creates a history entry.
HORIZON_SCALER - Static variable in class uavsim.graphics.instruments.attitudeindicator.AttitudeIndicator
the size scale of the horizon inner and outer radii relative to the instrument size
HorizontalSituationIndicator - Class in uavsim.graphics.instruments.horizontalsituationindicator
Defines a horizontal situation indicator (HSI).
HorizontalSituationIndicator(String, int, CoordinateCartesianAbsolute) - Constructor for class uavsim.graphics.instruments.horizontalsituationindicator.HorizontalSituationIndicator
Creates a VOR/localizer/glideslope instrument.
HorizontalSituationIndicatorTest - Class in uavsim.graphics.instruments.horizontalsituationindicator.test
Provides a basic interactive test for HorizontalSituationIndicator.
HorizontalSituationIndicatorTest(HorizontalSituationIndicator, Point, int) - Constructor for class uavsim.graphics.instruments.horizontalsituationindicator.test.HorizontalSituationIndicatorTest
Creates a tester.
HorizontalSituationIndicatorTest.Display - Class in uavsim.graphics.instruments.horizontalsituationindicator.test
Provides the display for the instrument to test.
HorizontalSituationIndicatorTest.Display() - Constructor for class uavsim.graphics.instruments.horizontalsituationindicator.test.HorizontalSituationIndicatorTest.Display
 
HOUR_HAND - Static variable in class uavsim.graphics.instruments.clock.ClockBasic
the needle for the hour hand
HOUR_HAND - Static variable in class uavsim.graphics.instruments.clock.ClockEnhanced
the needle for the hour hand

A B C D E F G H I K L M N O P Q R S T U V W X Y Z _