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 _

A

A_Angle<_ANGLETYPE_ extends A_Angle<?>> - Class in uavsim.datatypes
Defines the shared aspects of an angle.
A_Angle(double) - Constructor for class uavsim.datatypes.A_Angle
Creates an abstract angle object.
A_Arc<_ANGLETYPE_ extends A_Angle<_ANGLETYPE_>> - Class in uavsim.datatypes
Defines the shared aspects of an arc formed by two angles.
A_Arc(_ANGLETYPE_, _ANGLETYPE_) - Constructor for class uavsim.datatypes.A_Arc
Creates an abstract arc.
A_Arc.A_ArcIterator - Class in uavsim.datatypes
Defines the shared aspects of an iterator for the arc.
A_Arc.A_ArcIterator(_ANGLETYPE_, boolean, boolean) - Constructor for class uavsim.datatypes.A_Arc.A_ArcIterator
Creates an abstract arc iterator.
A_Attitude<_TYPE_ extends A_Attitude<?>> - Class in uavsim.datatypes
Defines the shared aspects of a degree of attitude freedom.
A_Attitude() - Constructor for class uavsim.datatypes.A_Attitude
 
A_Button - Class in uavsim.graphics.controls.buttons
Provides the shared functionality of a basic interactive pushbutton.
A_Button(String, ButtonProperties, A_Instrument) - Constructor for class uavsim.graphics.controls.buttons.A_Button
Creates an abstract button control.
A_ButtonProperties - Class in uavsim.graphics.controls.buttons
Provides the shared functionality for defining button control properties.
A_ButtonProperties(CoordinateCartesianRelative, ScalerPair, Scaler, Color, Color, String, TextProperties) - Constructor for class uavsim.graphics.controls.buttons.A_ButtonProperties
Creates an abstract button control descriptor.
A_ChartElement - Class in uavsim.navigationmodel
Defines the shared aspects of navigation chart elements.
A_ChartElement(String, CoordinateWorld3D) - Constructor for class uavsim.navigationmodel.A_ChartElement
Creates an abstract chart element.
A_ChartElementTuneable<_FREQUENCY_ extends A_Frequency<_FREQUENCY_>> - Class in uavsim.navigationmodel
Defines the shared aspects of navigation chart elements that can be tuned to with a receiver.
A_ChartElementTuneable(String, CoordinateWorld3D, String, _FREQUENCY_) - Constructor for class uavsim.navigationmodel.A_ChartElementTuneable
Creates an abstract tuneable chart element.
A_CircularInstrument<_UNIT_ extends I_Unitable<_UNIT_>> - Class in uavsim.graphics.instruments
Defines the shared elements of all resizeable circular instruments ("steam gauges").
A_CircularInstrument(String, int, CoordinateCartesianAbsolute) - Constructor for class uavsim.graphics.instruments.A_CircularInstrument
Creates an abstract circular instrument.
A_Control - Class in uavsim.graphics.controls
Provides the shared functionality for all controls that belong to an instrument.
A_Control(String, A_Instrument) - Constructor for class uavsim.graphics.controls.A_Control
Creates an abstract control.
A_ControlInput - Class in uavsim.flightdynamicsmodel
Defines the shared aspects of a commanded input to the aircraft flight controls.
A_ControlInput(double) - Constructor for class uavsim.flightdynamicsmodel.A_ControlInput
Creates an abstract control input.
A_ControlProperties - Class in uavsim.graphics.controls
Provides the shared functionality for defining control properties.
A_ControlProperties(CoordinateCartesianRelative, Scaler, Color, Color, String, TextProperties) - Constructor for class uavsim.graphics.controls.A_ControlProperties
Creates an abstract properties descriptor for a control.
A_Coordinate<_TYPE_ extends A_Coordinate<?>> - Class in uavsim.datatypes
Defines the shared aspects of a coordinate.
A_Coordinate() - Constructor for class uavsim.datatypes.A_Coordinate
 
A_CoordinateCartesian<_TYPE_ extends A_CoordinateCartesian<?>> - Class in uavsim.datatypes
Defines the shared aspects of a two-dimensional Cartesian coordinate.
A_CoordinateCartesian(double, double) - Constructor for class uavsim.datatypes.A_CoordinateCartesian
Creates an abstract Cartesian coordinate object.
A_CoordinatePolar<_TYPE_ extends A_CoordinatePolar<?,?>,_ANGLETYPE_ extends A_Angle<?>> - Class in uavsim.datatypes
Defines the shared aspects of a two-dimensional polar coordinate based on mathematical angles.
A_CoordinatePolar(_ANGLETYPE_, Radius) - Constructor for class uavsim.datatypes.A_CoordinatePolar
Creates an abstract polar coordinate object.
A_Deviation<_TYPE_ extends A_Deviation<_TYPE_>> - Class in uavsim.datatypes
Defines zzz
A_Deviation(double) - Constructor for class uavsim.datatypes.A_Deviation
Creates a deviation object.
A_Deviation(double, boolean) - Constructor for class uavsim.datatypes.A_Deviation
Creates a deviation object.
A_DirectionalGyro - Class in uavsim.graphics.instruments.directionalgyro
Defines a standard directional-gyro instrument.
A_DirectionalGyro(String, int, CoordinateCartesianAbsolute) - Constructor for class uavsim.graphics.instruments.directionalgyro.A_DirectionalGyro
Creates an abstract directional gyro.
A_Frequency<_TYPE_ extends A_Frequency<?>> - Class in uavsim.datatypes
Defines the shared aspects of a radio frequency.
A_Frequency(FrequencyComponent, FrequencyComponent) - Constructor for class uavsim.datatypes.A_Frequency
Creates an abstract frequency object.
A_ILSCorridor - Class in uavsim.navigationmodel
Defines the shared aspects of a localizer or glideslope corridor for an instrument landing system.
A_ILSCorridor(String, String, VOR_ILS_DME_Frequency, CoordinateWorld3D, AngleNavigational, Latitude, AngleNavigational) - Constructor for class uavsim.navigationmodel.A_ILSCorridor
Creates an abstract ILS element.
A_Instrument - Class in uavsim.graphics.instruments
Defines the shared elements of all instruments.
A_Instrument(String, int, CoordinateCartesianAbsolute) - Constructor for class uavsim.graphics.instruments.A_Instrument
Creates an abstract instrument.
A_InstrumentTest - Class in uavsim.graphics.instruments.test
Provides the shared functionality for the standalone instrument tests.
A_InstrumentTest(A_Instrument, int) - Constructor for class uavsim.graphics.instruments.test.A_InstrumentTest
Creates the testbed for a standalone instrument.
A_InstrumentTest.A_Display - Class in uavsim.graphics.instruments.test
Defines the shared functionality for the display.
A_InstrumentTest.A_Display() - Constructor for class uavsim.graphics.instruments.test.A_InstrumentTest.A_Display
 
A_Knob - Class in uavsim.graphics.controls.knobs
Provides the shared functionality of a basic interactive knob with clockwise and counterclockwise rotation.
A_Knob(String, KnobProperties, A_Instrument) - Constructor for class uavsim.graphics.controls.knobs.A_Knob
Creates an abstract knob control.
A_KnobProperties - Class in uavsim.graphics.controls
Provides the shared functionality for defining knob control properties.
A_KnobProperties(CoordinateCartesianRelative, Scaler, Scaler, Color, Color, String, TextProperties) - Constructor for class uavsim.graphics.controls.A_KnobProperties
Creates an abstract knob descriptor.
A_LatitudeLongitude<_TYPE_ extends A_LatitudeLongitude<?>> - Class in uavsim.datatypes
Defines the shared aspects of a latitude and longitude in terms of Universal Transverse Mercator (UTM) coordinates.
A_LatitudeLongitude(double) - Constructor for class uavsim.datatypes.A_LatitudeLongitude
Creates an abstract object for latitude or longitude from the decimal encoding format.
A_LatitudeLongitude(double, A_LatitudeLongitude.E_Format) - Constructor for class uavsim.datatypes.A_LatitudeLongitude
Creates an abstract object for latitude or longitude.
A_LatitudeLongitude(int, int, double, int) - Constructor for class uavsim.datatypes.A_LatitudeLongitude
Creates an object for abstract latitude or longitude.
A_LatitudeLongitude.E_Format - Enum in uavsim.datatypes
The enumeration defines the format of the encoding.
A_LatitudeLongitude.E_Format() - Constructor for enum uavsim.datatypes.A_LatitudeLongitude.E_Format
 
A_MarkerBeacon - Class in uavsim.navigationmodel
Defines the shared aspects of a chart element for a marker beacon.
A_MarkerBeacon(String, CoordinateWorld3D) - Constructor for class uavsim.navigationmodel.A_MarkerBeacon
Creates an abstract marker beacon.
A_NavigationComputer - Class in uavsim.computers
Defines the shared aspects of a navigation computer.
A_NavigationComputer(A_Instrument, NavigationChart) - Constructor for class uavsim.computers.A_NavigationComputer
Creates an abstract navigation computer.
A_RectangularInstrument - Class in uavsim.graphics.instruments
Defines the shared elements of all resizeable rectangular instruments.
A_RectangularInstrument(String, int, CoordinateCartesianAbsolute, RectangularFaceplaceDescriptor) - Constructor for class uavsim.graphics.instruments.A_RectangularInstrument
Creates an abstract rectangular instrument.
A_ShapeDescriptor<_SHAPE_> - Class in uavsim.graphics
Defines the shared elements of basic geometric shapes (e.g., box, circle) with a body fill color and an outline with a color and thickness.
A_ShapeDescriptor(_SHAPE_, Color, Scaler, Color) - Constructor for class uavsim.graphics.A_ShapeDescriptor
Creates an abstract shape descriptor.
activateClipMode(Graphics2D, Box) - Static method in class uavsim.graphics.GraphicsSupport
Activates the Java2D clipping mode to prevent drawing outside a rectangular region.
add(A_CoordinateCartesian<?>) - Method in class uavsim.datatypes.A_CoordinateCartesian
Adds another coordinate to this one.
add(Matrix) - Method in class uavsim.flightdynamicsmodel.Matrix
Calculates the sum of this matrix and another.
add(Quaternion) - Method in class uavsim.flightdynamicsmodel.Quaternion
Calculates the sum of this quaternion and another.
add(Vector) - Method in class uavsim.flightdynamicsmodel.Vector
Calculates the sum of this vector and another.
add_(Airspeed) - Method in class uavsim.datatypes.Airspeed
Adds another unit to this one.
add_(Altitude) - Method in class uavsim.datatypes.Altitude
Adds another unit to this one.
add_(AngleMathematical) - Method in class uavsim.datatypes.AngleMathematical
Adds another unit to this one.
add_(AngleNavigational) - Method in class uavsim.datatypes.AngleNavigational
Adds another unit to this one.
add_(Attitude) - Method in class uavsim.datatypes.Attitude
Adds another unit to this one.
add_(AttitudePitch) - Method in class uavsim.datatypes.AttitudePitch
Adds another unit to this one.
add_(AttitudeRoll) - Method in class uavsim.datatypes.AttitudeRoll
Adds another unit to this one.
add_(AttitudeYaw) - Method in class uavsim.datatypes.AttitudeYaw
Adds another unit to this one.
add_(A_CoordinateCartesian<?>) - Method in class uavsim.datatypes.CoordinateCartesianAbsolute
Adds another unit to this one.
add_(A_CoordinateCartesian<?>) - Method in class uavsim.datatypes.CoordinateCartesianRelative
Adds another unit to this one.
add_(CoordinatePolarMathematical) - Method in class uavsim.datatypes.CoordinatePolarMathematical
Adds another unit to this one.
add_(CoordinatePolarNavigational) - Method in class uavsim.datatypes.CoordinatePolarNavigational
Adds another unit to this one.
add_(CoordinateWorld) - Method in class uavsim.datatypes.CoordinateWorld
Adds another unit to this one.
add_(CoordinateWorld3D) - Method in class uavsim.datatypes.CoordinateWorld3D
Adds another unit to this one.
add_(Course) - Method in class uavsim.datatypes.Course
Adds another unit to this one.
add_(DegreesPerSecond) - Method in class uavsim.datatypes.DegreesPerSecond
Adds another unit to this one.
add_(Deviation) - Method in class uavsim.datatypes.Deviation
Adds another unit to this one.
add_(DeviationFree) - Method in class uavsim.datatypes.DeviationFree
Adds another unit to this one.
add_(Distance) - Method in class uavsim.datatypes.Distance
Adds another unit to this one.
add_(FrequencyComponent) - Method in class uavsim.datatypes.FrequencyComponent
Adds another unit to this one.
add_(GenericValue) - Method in class uavsim.datatypes.GenericValue
Adds another unit to this one.
add_(_UNIT_) - Method in interface uavsim.datatypes.I_Unitable
Adds another unit to this one.
add_(Latitude) - Method in class uavsim.datatypes.Latitude
Adds another unit to this one.
add_(Longitude) - Method in class uavsim.datatypes.Longitude
Adds another unit to this one.
add_(NDBFrequency) - Method in class uavsim.datatypes.NDBFrequency
Adds another unit to this one.
add_(Radius) - Method in class uavsim.datatypes.Radius
Adds another unit to this one.
add_(RevolutionsPerMinute) - Method in class uavsim.datatypes.RevolutionsPerMinute
Adds another unit to this one.
add_(Scaler) - Method in class uavsim.datatypes.Scaler
Adds another unit to this one.
add_(Time) - Method in class uavsim.datatypes.Time
Adds another unit to this one.
add_(Velocity) - Method in class uavsim.datatypes.Velocity
Adds another unit to this one.
add_(VOR_ILS_DME_Frequency) - Method in class uavsim.datatypes.VOR_ILS_DME_Frequency
Adds another unit to this one.
addElement(A_ChartElement) - Method in class uavsim.navigationmodel.NavigationChart
Adds an element.
addHistoryEntry() - Method in class uavsim.flightdynamicsmodel.AircraftModelController
Records the current degree-of-freedom state containing 3D coordinate and attitude.
addSubstitution(int, String) - Method in class uavsim.graphics.instruments.NumberDescriptor
Adds a substitution to replace a number with text.
addWaypoint(Waypoint) - Method in class uavsim.navigationmodel.Route
Adds a waypoint to the route.
ADFComputer - Class in uavsim.computers
Defines a navigation computer that links an ADF (automatic direction finder) NDB (nondirectional beacon) station, receiver, and instrument.
ADFComputer(NavigationChart, ADFReceiver, AutomaticDirectionFinder) - Constructor for class uavsim.computers.ADFComputer
Creates an ADF computer.
ADFComputerTest - Class in uavsim.computers.test
Defines a basic interactive graphical test of the ADF computer.
ADFComputerTest() - Constructor for class uavsim.computers.test.ADFComputerTest
Creates a test.
ADFComputerTest.Display - Class in uavsim.computers.test
Defines the display panel for the instruments.
ADFComputerTest.Display() - Constructor for class uavsim.computers.test.ADFComputerTest.Display
 
ADFReceiver - Class in uavsim.graphics.instruments.adfreceiver
Defines a the receiver for an automatic direction finder.
ADFReceiver(String, int, CoordinateCartesianAbsolute) - Constructor for class uavsim.graphics.instruments.adfreceiver.ADFReceiver
Creates an ADF receiver.
ADFReceiverTest - Class in uavsim.graphics.instruments.adfreceiver.test
Provides a basic interactive test for ADFReceiver.
ADFReceiverTest(ADFReceiver, Point, int) - Constructor for class uavsim.graphics.instruments.adfreceiver.test.ADFReceiverTest
Creates a tester.
ADFReceiverTest.Display - Class in uavsim.graphics.instruments.adfreceiver.test
Provides the display for the instrument to test.
ADFReceiverTest.Display() - Constructor for class uavsim.graphics.instruments.adfreceiver.test.ADFReceiverTest.Display
 
AircraftModel - Class in uavsim.flightdynamicsmodel
Defines a fixed-wing aircraft as a finite-element model consisting of ailerons, flaps, an elevator, a rudder, and a fuselage.
AircraftModel(CoordinateWorld3D, AttitudeYaw, Airspeed, RevolutionsPerMinute) - Constructor for class uavsim.flightdynamicsmodel.AircraftModel
Creates an aircraft model.
AircraftModelController - Class in uavsim.flightdynamicsmodel
Defines the basic inputs to the control surfaces of the aircraft, which in turn modify its state with respect to the flight-dynamics model.
AircraftModelController(AircraftModel) - Constructor for class uavsim.flightdynamicsmodel.AircraftModelController
Creates a controller for the aircraft.
AircraftRigidBody - Class in uavsim.flightdynamicsmodel
Defines the rigid-body model of an aircraft.
AircraftRigidBody() - Constructor for class uavsim.flightdynamicsmodel.AircraftRigidBody
 
AircraftRigidBodyElement - Class in uavsim.flightdynamicsmodel
Defines a single element of the finite-element model of the rigid-body model of an aircraft.
AircraftRigidBodyElement(double, double, double, double, Vector, Vector) - Constructor for class uavsim.flightdynamicsmodel.AircraftRigidBodyElement
Creates a rigid-body element.
AIRPLANE - Static variable in class uavsim.graphics.instruments.directionalgyro.DirectionalGyro
the polygon description of the airplane
AIRPLANE - Static variable in class uavsim.graphics.instruments.gpsmap.GPSMap
the polygon description of the airplane
AIRPLANE_COLOR - Static variable in class uavsim.graphics.instruments.directionalgyro.DirectionalGyro
the color of the airplane glyph
AIRPLANE_COLOR - Static variable in class uavsim.graphics.instruments.gpsmap.GPSMap
the color of the airplane glyph
AIRPLANE_COLOR - Static variable in class uavsim.graphics.instruments.turncoordinator.TurnCoordinator
the color of the airplane
AIRPLANE_DOT_SCALE - Static variable in class uavsim.graphics.instruments.turncoordinator.TurnCoordinator
the size scale of the airplane center dot relative to the instrument size
AIRPLANE_LINE_END_SCALE - Static variable in class uavsim.graphics.instruments.turncoordinator.TurnCoordinator
the position scale of the airplane wing lines relative to the instrument center
AIRPLANE_LINE_SCALE - Static variable in class uavsim.graphics.instruments.turncoordinator.TurnCoordinator
the weight scale of the airplane wing lines relative to the instrument size
AIRPLANE_SCALE - Static variable in class uavsim.graphics.instruments.directionalgyro.DirectionalGyro
the size scale of the airplane relative to the instrument
AIRPLANE_SCALE - Static variable in class uavsim.graphics.instruments.gpsmap.GPSMap
the size scale of the airplane relative to the instrument size
AIRPLANE_WING_DEVIATION - Static variable in class uavsim.graphics.instruments.turncoordinator.TurnCoordinator
an empirically determined coefficient to align the airplane wings with the rate of turn
Airport - Class in uavsim.navigationmodel
Defines an airport as a collection of airport elements.
Airport(String, CoordinateWorld3D, String) - Constructor for class uavsim.navigationmodel.Airport
Creates an airport chart element.
Airport.RunwayDescriptor - Class in uavsim.navigationmodel
Defines a runway.
Airport.RunwayDescriptor(String, CoordinateWorld3D, AngleNavigational, Scaler) - Constructor for class uavsim.navigationmodel.Airport.RunwayDescriptor
Creates a runway chart element.
Airspeed - Class in uavsim.datatypes
Defines an airspeed.
Airspeed() - Constructor for class uavsim.datatypes.Airspeed
Creates an airspeed object with a default speed of zero.
Airspeed(double) - Constructor for class uavsim.datatypes.Airspeed
Creates an airspeed object.
AIRSPEED_MAX - Static variable in class uavsim.graphics.instruments.airspeedindicator.AirspeedIndicator
the maximum airspeed
AIRSPEED_MIN - Static variable in class uavsim.graphics.instruments.airspeedindicator.AirspeedIndicator
the minimum airspeed
AIRSPEED_RATE - Static variable in class uavsim.graphics.instruments.airspeedindicator.test.AirspeedIndicatorTest
the rate at which the interactive controls change the airspeed
AIRSPEED_RATE - Static variable in class uavsim.graphics.instruments.turncoordinator.test.TurnCoordinatorTest
the rate at which the interactive controls change the airspeed
AirspeedIndicator - Class in uavsim.graphics.instruments.airspeedindicator
Defines a standard airspeed-indicator instrument.
AirspeedIndicator(String, int, CoordinateCartesianAbsolute) - Constructor for class uavsim.graphics.instruments.airspeedindicator.AirspeedIndicator
Creates an airspeed indicator.
AirspeedIndicatorTest - Class in uavsim.graphics.instruments.airspeedindicator.test
Provides a basic interactive test for AirspeedIndicator.
AirspeedIndicatorTest(AirspeedIndicator, Point, int) - Constructor for class uavsim.graphics.instruments.airspeedindicator.test.AirspeedIndicatorTest
Creates a tester.
AirspeedIndicatorTest.Display - Class in uavsim.graphics.instruments.airspeedindicator.test
Provides the display for the instrument to test.
AirspeedIndicatorTest.Display() - Constructor for class uavsim.graphics.instruments.airspeedindicator.test.AirspeedIndicatorTest.Display
 
AllInstrumentsTest - Class in uavsim.graphics.instruments.test
Defines a combined test of all instruments.
AllInstrumentsTest() - Constructor for class uavsim.graphics.instruments.test.AllInstrumentsTest
 
Altimeter - Class in uavsim.graphics.instruments.altimeter
Defines an altimeter.
Altimeter(String, int, CoordinateCartesianAbsolute) - Constructor for class uavsim.graphics.instruments.altimeter.Altimeter
Creates an altimeter.
AltimeterTest - Class in uavsim.graphics.instruments.altimeter.test
Provides a basic interactive test for Altimeter.
AltimeterTest(Altimeter, Point, int) - Constructor for class uavsim.graphics.instruments.altimeter.test.AltimeterTest
Creates a tester.
AltimeterTest.Display - Class in uavsim.graphics.instruments.altimeter.test
Provides the display for the instrument to test.
AltimeterTest.Display() - Constructor for class uavsim.graphics.instruments.altimeter.test.AltimeterTest.Display
 
Altitude - Class in uavsim.datatypes
Defines an altitude.
Altitude() - Constructor for class uavsim.datatypes.Altitude
Creates an altitude object with a default value of zero.
Altitude(double) - Constructor for class uavsim.datatypes.Altitude
Creates an altitude object.
ALTITUDE_ANCHOR_SCALE - Static variable in class uavsim.graphics.instruments.gpsmap.GPSMap
the anchor position of the altitude text relative to the center of the instrument
ALTITUDE_DISPLAY_ANCHOR_SCALE - Static variable in class uavsim.graphics.instruments.autopilot.Autopilot
the anchor position of the altitude text relative to the center of the instrument
ALTITUDE_MAX - Static variable in class uavsim.graphics.instruments.altimeter.Altimeter
the maximum altitude
ALTITUDE_MAX - Static variable in class uavsim.graphics.instruments.autopilot.Autopilot
the maximum altitude
ALTITUDE_MIN - Static variable in class uavsim.graphics.instruments.altimeter.Altimeter
the minimum altitude
ALTITUDE_RATE - Static variable in class uavsim.computers.test.ADFComputerTest
the rate at which the interactive controls change the altitude
ALTITUDE_RATE - Static variable in class uavsim.computers.test.ILSComputerTest
the rate at which the interactive controls change the altitude
ALTITUDE_RATE - Static variable in class uavsim.computers.test.VORDMEComputerTest
the rate at which the interactive controls change the altitude
ALTITUDE_RATE - Static variable in class uavsim.graphics.instruments.altimeter.test.AltimeterTest
the rate at which the interactive controls change the altitude
ALTITUDE_RATE - Static variable in class uavsim.graphics.instruments.gpsmap.test.GPSMapTest
the rate at which the interactive controls change the altitude
ALTITUDE_RATE - Static variable in class uavsim.graphics.instruments.verticalspeedindicator.test.VerticalSpeedIndicatorTest
the rate at which the interactive controls change the altitude
ALTITUDE_TEXT - Static variable in class uavsim.graphics.instruments.autopilot.Autopilot
the text properties of the altitude
ALTITUDE_TEXT - Static variable in class uavsim.graphics.instruments.gpsmap.GPSMap
the text properties of the altitude
ALTITUDE_WINDOW_ANCHOR_SCALE - Static variable in class uavsim.graphics.instruments.autopilot.Autopilot
the anchor position of the altitude window relative to the center of the instrument
ALTITUDE_WINDOW_BODY_COLOR - Static variable in class uavsim.graphics.instruments.autopilot.Autopilot
the color of the altitude window body
ALTITUDE_WINDOW_OUTLINE_COLOR - Static variable in class uavsim.graphics.instruments.autopilot.Autopilot
the color of the altitude window outline
ALTITUDE_WINDOW_OUTLINE_SCALE - Static variable in class uavsim.graphics.instruments.autopilot.Autopilot
the size scale of the window outline relative to the instrument size
ALTITUDE_WINDOW_SIZE_SCALE - Static variable in class uavsim.graphics.instruments.autopilot.Autopilot
the size scale of the window relative to the instrument size
ALTITUDES - Static variable in class uavsim.windmodel.WindVelocityCell
the altitude planes in feet
ANCHOR_SIZE - Static variable in class uavsim.graphics.text.VectorText
the size of the anchor in pixels
ANGLE_000 - Static variable in class uavsim.datatypes.AngleMathematical
common predefined angles in terms of degrees
ANGLE_000 - Static variable in class uavsim.datatypes.AngleNavigational
common predefined angles in terms of degrees
ANGLE_045 - Static variable in class uavsim.datatypes.AngleMathematical
 
ANGLE_045 - Static variable in class uavsim.datatypes.AngleNavigational
 
ANGLE_090 - Static variable in class uavsim.datatypes.AngleMathematical
 
ANGLE_090 - Static variable in class uavsim.datatypes.AngleNavigational
 
ANGLE_135 - Static variable in class uavsim.datatypes.AngleMathematical
 
ANGLE_135 - Static variable in class uavsim.datatypes.AngleNavigational
 
ANGLE_180 - Static variable in class uavsim.datatypes.AngleMathematical
 
ANGLE_180 - Static variable in class uavsim.datatypes.AngleNavigational
 
ANGLE_225 - Static variable in class uavsim.datatypes.AngleMathematical
 
ANGLE_225 - Static variable in class uavsim.datatypes.AngleNavigational
 
ANGLE_270 - Static variable in class uavsim.datatypes.AngleMathematical
 
ANGLE_270 - Static variable in class uavsim.datatypes.AngleNavigational
 
ANGLE_315 - Static variable in class uavsim.datatypes.AngleMathematical
 
ANGLE_315 - Static variable in class uavsim.datatypes.AngleNavigational
 
ANGLE_360 - Static variable in class uavsim.datatypes.AngleMathematical
 
ANGLE_360 - Static variable in class uavsim.datatypes.AngleNavigational
 
ANGLE_FORMATTER - Static variable in class uavsim.datatypes.A_Angle
the format for three-digit angles
AngleMathematical - Class in uavsim.datatypes
Defines the shared aspects of a mathematical angle in degrees, which has zero degrees at the right and moves counterclockwise.
AngleMathematical() - Constructor for class uavsim.datatypes.AngleMathematical
Creates an angle object with a default angle of zero.
AngleMathematical(double) - Constructor for class uavsim.datatypes.AngleMathematical
Creates an angle object.
AngleNavigational - Class in uavsim.datatypes
Defines the shared aspects of a navigational angle, which has zero degrees (north) at the top and moves clockwise.
AngleNavigational() - Constructor for class uavsim.datatypes.AngleNavigational
Creates an angle object with a default angle of zero.
AngleNavigational(double) - Constructor for class uavsim.datatypes.AngleNavigational
Creates an angle object.
ANGLES - Static variable in class uavsim.datatypes.AngleMathematical
the cardinal angles
ANGLES - Static variable in class uavsim.datatypes.AngleNavigational
the cardinal angles
ARC - Static variable in class uavsim.graphics.instruments.clock.ClockEnhanced
the arc descriptor for the green arc
ARC_DECREASE - Static variable in class uavsim.graphics.controls.knobs.A_Knob
the left segment of the knob which decreases the knob value when clicked
ARC_INCREASE - Static variable in class uavsim.graphics.controls.knobs.A_Knob
the right segment of the knob which increases the knob value when clicked
ARC_INNER_RADIUS_SCALE - Static variable in class uavsim.graphics.instruments.turncoordinator.TurnCoordinator
the size scale of the arc inner radius relative to the instrument size
ARC_OUTER_RADIUS_SCALE - Static variable in class uavsim.graphics.instruments.turncoordinator.TurnCoordinator
the size scale of the arc outer radius relative to the instrument size
ARC_STEP - Static variable in class uavsim.graphics.GraphicsSupport
the arc length between points on any rendered arc.
ArcDescriptor<_UNIT_ extends I_Unitable<_UNIT_>> - Class in uavsim.graphics.instruments
Defines an arc over an interval of a unit.
ArcDescriptor(Interval<_UNIT_>, double, double, boolean, boolean, Color) - Constructor for class uavsim.graphics.instruments.ArcDescriptor
Creates an arc descriptor.
ArcDescriptor(Interval<_UNIT_>, ScalerPair, boolean, boolean, Color) - Constructor for class uavsim.graphics.instruments.ArcDescriptor
Creates an arc descriptor.
ArcMathematical - Class in uavsim.datatypes
Defines an arc formed by two mathematical angles.
ArcMathematical(AngleMathematical, AngleMathematical) - Constructor for class uavsim.datatypes.ArcMathematical
Creates an arc with mathematical angles.
ArcMathematical.ArcMathematicalIterator - Class in uavsim.datatypes
Defines the iterator over a mathematical arc.
ArcMathematical.ArcMathematicalIterator(AngleMathematical, boolean, boolean) - Constructor for class uavsim.datatypes.ArcMathematical.ArcMathematicalIterator
Creates a mathematical angle iterator.
ArcNavigational - Class in uavsim.datatypes
Defines an arc formed by two navigational angles.
ArcNavigational(AngleNavigational, AngleNavigational) - Constructor for class uavsim.datatypes.ArcNavigational
Creates an arc with navigational angles.
ArcNavigational.ArcNavigationalIterator - Class in uavsim.datatypes
Defines the iterator over a navigational arc.
ArcNavigational.ArcNavigationalIterator(AngleNavigational, boolean, boolean) - Constructor for class uavsim.datatypes.ArcNavigational.ArcNavigationalIterator
Creates a navigational angle iterator.
areDescendersIgnored() - Method in class uavsim.graphics.text.TextProperties
Returns whether to ignore descenders in calculating the bounding box.
areDescendersIgnored(boolean) - Method in class uavsim.graphics.text.TextProperties
Sets whether to ignore descenders in calculating the bounding box.
areDetailsVisible() - Method in class uavsim.navigationmodel.A_ChartElement
Returns whether low-level details that would clutter the display should be rendered.
areEqual(double, double) - Static method in class uavsim.support.Support
Determines whether two doubles are within 0.00001 of each other.
areFlapsExtended() - Method in class uavsim.flightdynamicsmodel.AircraftModelController
Returns whether the flaps are fully extended.
aspectRatio() - Method in class uavsim.datatypes.Size
Gets the fixed ratio between the width and height.
Attitude - Class in uavsim.datatypes
Defines attitude in three degrees of freedom for pitch, roll, and yaw.
Attitude() - Constructor for class uavsim.datatypes.Attitude
Creates an attitude object with the defaults defined for each of the degrees of freedom.
Attitude(AttitudePitch) - Constructor for class uavsim.datatypes.Attitude
Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudePitch, AttitudeRoll) - Constructor for class uavsim.datatypes.Attitude
Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudePitch, AttitudeRoll, AttitudeYaw) - Constructor for class uavsim.datatypes.Attitude
Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudePitch, AttitudeYaw) - Constructor for class uavsim.datatypes.Attitude
Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudeRoll) - Constructor for class uavsim.datatypes.Attitude
Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudeRoll, AttitudeYaw) - Constructor for class uavsim.datatypes.Attitude
Creates an attitude object as defined for its degrees of freedom.
Attitude(AttitudeYaw) - Constructor for class uavsim.datatypes.Attitude
Creates an attitude object as defined for its degrees of freedom.
AttitudeIndicator - Class in uavsim.graphics.instruments.attitudeindicator
Defines a standard attitude-indicator or artificial-horizon instrument to depict pitch and roll.
AttitudeIndicator(String, int, CoordinateCartesianAbsolute) - Constructor for class uavsim.graphics.instruments.attitudeindicator.AttitudeIndicator
Creates an attitude indicator.
AttitudeIndicator.AttitudeMapper - Class in uavsim.graphics.instruments.attitudeindicator
Defines the mapper that converts a unit value (pitch or roll) into a corresponding angle on the display.
AttitudeIndicator.AttitudeMapper() - Constructor for class uavsim.graphics.instruments.attitudeindicator.AttitudeIndicator.AttitudeMapper
 
AttitudeIndicatorTest - Class in uavsim.graphics.instruments.attitudeindicator.test
Provides a basic interactive test for AttitudeIndicator.
AttitudeIndicatorTest(AttitudeIndicator, Point, int) - Constructor for class uavsim.graphics.instruments.attitudeindicator.test.AttitudeIndicatorTest
Creates a tester.
AttitudeIndicatorTest.Display - Class in uavsim.graphics.instruments.attitudeindicator.test
Provides the display for the instrument to test.
AttitudeIndicatorTest.Display() - Constructor for class uavsim.graphics.instruments.attitudeindicator.test.AttitudeIndicatorTest.Display
 
AttitudePitch - Class in uavsim.datatypes
Defines the pitch degree of freedom of an attitude on the interval [+180,-180) navigational degrees, with 0 being nose level.
AttitudePitch() - Constructor for class uavsim.datatypes.AttitudePitch
Creates a pitch object at 0 degrees.
AttitudePitch(double) - Constructor for class uavsim.datatypes.AttitudePitch
Creates a pitch object.
AttitudeRoll - Class in uavsim.datatypes
Defines the roll element of an attitude on the interval [+180,-180] navigational degrees, with 0 being wings level.
AttitudeRoll() - Constructor for class uavsim.datatypes.AttitudeRoll
Creates a roll object at 0 degrees.
AttitudeRoll(double) - Constructor for class uavsim.datatypes.AttitudeRoll
Creates a roll object.
AttitudeTest - Class in uavsim.datatypes.test
[Obsolete] Runs preliminary tests on Attitude.
AttitudeTest() - Constructor for class uavsim.datatypes.test.AttitudeTest
 
AttitudeYaw - Class in uavsim.datatypes
Defines the yaw degree of freedom of an attitude on the interval [-180,+180] navigational degrees, with 0 being north (or straight forward in terms of heading relative to course).
AttitudeYaw() - Constructor for class uavsim.datatypes.AttitudeYaw
Creates a yaw object at 0 degrees.
AttitudeYaw(double) - Constructor for class uavsim.datatypes.AttitudeYaw
Creates a yaw object.
AutomaticDirectionFinder - Class in uavsim.graphics.instruments.automaticdirectionfinder
Defines a standard fixed-card or moveable-card directional-gyro instrument.
AutomaticDirectionFinder(String, int, CoordinateCartesianAbsolute, boolean) - Constructor for class uavsim.graphics.instruments.automaticdirectionfinder.AutomaticDirectionFinder
Creates an ADF instrument.
AutomaticDirectionFinderFixedCardTest - Class in uavsim.graphics.instruments.automaticdirectionfinder.test
Provides a basic interactive test for AutomaticDirectionFinderFixedCard with a fixed card.
AutomaticDirectionFinderFixedCardTest(AutomaticDirectionFinder, Point, int) - Constructor for class uavsim.graphics.instruments.automaticdirectionfinder.test.AutomaticDirectionFinderFixedCardTest
Creates a tester.
AutomaticDirectionFinderFixedCardTest.Display - Class in uavsim.graphics.instruments.automaticdirectionfinder.test
Provides the display for the instrument to test.
AutomaticDirectionFinderFixedCardTest.Display() - Constructor for class uavsim.graphics.instruments.automaticdirectionfinder.test.AutomaticDirectionFinderFixedCardTest.Display
 
AutomaticDirectionFinderMoveableCardTest - Class in uavsim.graphics.instruments.automaticdirectionfinder.test
Provides a basic interactive test for AutomaticDirectionFinder with a moveable card.
AutomaticDirectionFinderMoveableCardTest(AutomaticDirectionFinder, Point, int) - Constructor for class uavsim.graphics.instruments.automaticdirectionfinder.test.AutomaticDirectionFinderMoveableCardTest
Creates a tester.
AutomaticDirectionFinderMoveableCardTest.Display - Class in uavsim.graphics.instruments.automaticdirectionfinder.test
Provides the display for the instrument to test.
AutomaticDirectionFinderMoveableCardTest.Display() - Constructor for class uavsim.graphics.instruments.automaticdirectionfinder.test.AutomaticDirectionFinderMoveableCardTest.Display
 
Autopilot - Class in uavsim.graphics.instruments.autopilot
Defines an autopilot selector with altitude and heading hold.
Autopilot(String, int, CoordinateCartesianAbsolute, A_DirectionalGyro) - Constructor for class uavsim.graphics.instruments.autopilot.Autopilot
Creates an autopilot control.
AutopilotTest - Class in uavsim.graphics.instruments.autopilot.test
Provides a basic interactive test for Autopilot.
AutopilotTest(Autopilot, Point, int) - Constructor for class uavsim.graphics.instruments.autopilot.test.AutopilotTest
Creates a tester.
AutopilotTest.Display - Class in uavsim.graphics.instruments.autopilot.test
Provides the display for the instrument to test.
AutopilotTest.Display() - Constructor for class uavsim.graphics.instruments.autopilot.test.AutopilotTest.Display
 
AZIMUTH_END - Static variable in class uavsim.graphics.instruments.automaticdirectionfinder.AutomaticDirectionFinder
the end angle of the azimuth numbers
AZIMUTH_END - Static variable in class uavsim.graphics.instruments.directionalgyro.DirectionalGyro
the end angle of the azimuth numbers
AZIMUTH_END - Static variable in class uavsim.graphics.instruments.horizontalsituationindicator.HorizontalSituationIndicator
the end angle of the azimuth numbers
AZIMUTH_END - Static variable in class uavsim.graphics.instruments.vorlocalizerglideslope.VORLocalizerGlideslope
the end angle of the azimuth numbers
AZIMUTH_START - Static variable in class uavsim.graphics.instruments.automaticdirectionfinder.AutomaticDirectionFinder
the start angle of the azimuth numbers
AZIMUTH_START - Static variable in class uavsim.graphics.instruments.directionalgyro.DirectionalGyro
the start angle of the azimuth numbers
AZIMUTH_START - Static variable in class uavsim.graphics.instruments.horizontalsituationindicator.HorizontalSituationIndicator
the start angle of the azimuth numbers
AZIMUTH_START - Static variable in class uavsim.graphics.instruments.vorlocalizerglideslope.VORLocalizerGlideslope
the start angle of the azimuth numbers

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 _