Uses of Class
uavsim.graphics.instruments.NeedleDescriptor

Packages that use NeedleDescriptor
uavsim.graphics Provides... 
uavsim.graphics.instruments.airspeedindicator Provides... 
uavsim.graphics.instruments.altimeter Provides... 
uavsim.graphics.instruments.attitudeindicator Provides... 
uavsim.graphics.instruments.automaticdirectionfinder Provides... 
uavsim.graphics.instruments.clock Provides... 
uavsim.graphics.instruments.directionalgyro Provides... 
uavsim.graphics.instruments.horizontalsituationindicator Provides... 
uavsim.graphics.instruments.tachometer Provides... 
uavsim.graphics.instruments.verticalspeedindicator Provides... 
uavsim.graphics.instruments.vorlocalizerglideslope Provides... 
 

Uses of NeedleDescriptor in uavsim.graphics
 

Methods in uavsim.graphics with parameters of type NeedleDescriptor
static
<_UNIT_ extends I_Unitable<_UNIT_>>
java.awt.Polygon
GraphicsSupport.drawNeedle(java.awt.Graphics2D graphics, Radius radius, CoordinateCartesianAbsolute origin, NeedleDescriptor descriptor, I_AngleMapper<_UNIT_> instrument, _UNIT_ value)
          Draws a needle.
 

Uses of NeedleDescriptor in uavsim.graphics.instruments.airspeedindicator
 

Fields in uavsim.graphics.instruments.airspeedindicator declared as NeedleDescriptor
private static NeedleDescriptor AirspeedIndicator.NEEDLE
          the needle descriptor
 

Uses of NeedleDescriptor in uavsim.graphics.instruments.altimeter
 

Fields in uavsim.graphics.instruments.altimeter declared as NeedleDescriptor
private static NeedleDescriptor Altimeter.NEEDLE_100
          the hundreds-needle descriptor
private static NeedleDescriptor Altimeter.NEEDLE_1000
          the thousands-needle descriptor
private static NeedleDescriptor Altimeter.NEEDLE_10000
          the ten-thousands-needle descriptor
 

Uses of NeedleDescriptor in uavsim.graphics.instruments.attitudeindicator
 

Fields in uavsim.graphics.instruments.attitudeindicator declared as NeedleDescriptor
private static NeedleDescriptor AttitudeIndicator.BEZEL_BUG
          the level-flight bug
 

Uses of NeedleDescriptor in uavsim.graphics.instruments.automaticdirectionfinder
 

Fields in uavsim.graphics.instruments.automaticdirectionfinder declared as NeedleDescriptor
private static NeedleDescriptor AutomaticDirectionFinder.HEADING_BUG
          the heading bug
private static NeedleDescriptor AutomaticDirectionFinder.NEEDLE_FROM
          the from-needle descriptor
private static NeedleDescriptor AutomaticDirectionFinder.NEEDLE_TO
          the to-needle descriptor
 

Uses of NeedleDescriptor in uavsim.graphics.instruments.clock
 

Fields in uavsim.graphics.instruments.clock declared as NeedleDescriptor
private static NeedleDescriptor ClockBasic.HOUR_HAND
          the needle for the hour hand
private static NeedleDescriptor ClockEnhanced.HOUR_HAND
          the needle for the hour hand
private static NeedleDescriptor ClockBasic.MINUTE_HAND
          the needle for the minute hand
private static NeedleDescriptor ClockEnhanced.MINUTE_HAND
          the needle for the minute hand
private static NeedleDescriptor ClockBasic.SECOND_HAND
          the needle for the second hand
private static NeedleDescriptor ClockEnhanced.SECOND_HAND
          the needle for the second hand
private static NeedleDescriptor ClockEnhanced.TIMER_BUG
          the needle for the timer bug
 

Uses of NeedleDescriptor in uavsim.graphics.instruments.directionalgyro
 

Fields in uavsim.graphics.instruments.directionalgyro declared as NeedleDescriptor
private static NeedleDescriptor DirectionalGyro.FIXED_BUG
          the fixed-bug descriptor
private static NeedleDescriptor DirectionalGyro.MOVEABLE_BUG
          the moveable-bug descriptor
private static NeedleDescriptor DirectionalGyro.NEEDLE
          the needle descriptor
 

Uses of NeedleDescriptor in uavsim.graphics.instruments.horizontalsituationindicator
 

Fields in uavsim.graphics.instruments.horizontalsituationindicator declared as NeedleDescriptor
private static NeedleDescriptor HorizontalSituationIndicator.COURSE_BUG
          the bug for course and reciprocal course
private static NeedleDescriptor HorizontalSituationIndicator.TO_FROM_INDICATOR_OFF
          the dead to-from flag descriptor
private static NeedleDescriptor HorizontalSituationIndicator.TO_FROM_INDICATOR_ON
          the alive to-from flag descriptor
 

Uses of NeedleDescriptor in uavsim.graphics.instruments.tachometer
 

Fields in uavsim.graphics.instruments.tachometer declared as NeedleDescriptor
private static NeedleDescriptor Tachometer.NEEDLE
          the needle descriptor
 

Uses of NeedleDescriptor in uavsim.graphics.instruments.verticalspeedindicator
 

Fields in uavsim.graphics.instruments.verticalspeedindicator declared as NeedleDescriptor
private static NeedleDescriptor VerticalSpeedIndicator.NEEDLE
          the needle descriptor
 

Uses of NeedleDescriptor in uavsim.graphics.instruments.vorlocalizerglideslope
 

Fields in uavsim.graphics.instruments.vorlocalizerglideslope declared as NeedleDescriptor
private static NeedleDescriptor VORLocalizerGlideslope.COURSE_BUG
          the bug for course and reciprocal course
private static NeedleDescriptor VORLocalizerGlideslope.GLIDESLOPE_NEEDLE
          the glideslope-needle descriptor
private static NeedleDescriptor VORLocalizerGlideslope.LOCALIZER_NEEDLE
          the localizer-needle descriptor
private static NeedleDescriptor VORLocalizerGlideslope.TO_FROM_INDICATOR_OFF
          the dead to-from flag descriptor
private static NeedleDescriptor VORLocalizerGlideslope.TO_FROM_INDICATOR_ON
          the alive to-from flag descriptor