Uses of Class
uavsim.graphics.instruments.ArcDescriptor

Packages that use ArcDescriptor
uavsim.graphics Provides... 
uavsim.graphics.instruments.airspeedindicator Provides... 
uavsim.graphics.instruments.clock Provides... 
uavsim.graphics.instruments.tachometer Provides... 
 

Uses of ArcDescriptor in uavsim.graphics
 

Methods in uavsim.graphics with parameters of type ArcDescriptor
static
<_UNIT_ extends I_Unitable<_UNIT_>>
java.awt.Polygon
GraphicsSupport.drawArc(java.awt.Graphics2D graphics, Radius radius, CoordinateCartesianAbsolute origin, ArcDescriptor<_UNIT_> descriptor, I_AngleMapper<_UNIT_> instrument)
          Draws an arc.
 

Uses of ArcDescriptor in uavsim.graphics.instruments.airspeedindicator
 

Fields in uavsim.graphics.instruments.airspeedindicator declared as ArcDescriptor
private static ArcDescriptor<Airspeed> AirspeedIndicator.GREEN_ARC
          the arc descriptor for the green arc
private static ArcDescriptor<Airspeed> AirspeedIndicator.RED_ARC
          the arc descriptor for the red arc
private static ArcDescriptor<Airspeed> AirspeedIndicator.WHITE_ARC
          the arc descriptor for the white arc
private static ArcDescriptor<Airspeed> AirspeedIndicator.YELLOW_ARC
          the arc descriptor for the yellow arc
 

Uses of ArcDescriptor in uavsim.graphics.instruments.clock
 

Fields in uavsim.graphics.instruments.clock declared as ArcDescriptor
private static ArcDescriptor<Time> ClockEnhanced.ARC
          the arc descriptor for the green arc
 

Uses of ArcDescriptor in uavsim.graphics.instruments.tachometer
 

Fields in uavsim.graphics.instruments.tachometer declared as ArcDescriptor
private static ArcDescriptor<RevolutionsPerMinute> Tachometer.GREEN_ARC
          the arc descriptor for the green arc
private static ArcDescriptor<RevolutionsPerMinute> Tachometer.RED_ARC
          the arc descriptor for the red arc