Package uavsim.graphics.instruments

Provides...

See:
          Description

Interface Summary
I_AngleMapper<_UNIT_ extends I_Unitable<_UNIT_>> Declares the capability to translate a unit of measurement into an angle to be rendered by a needle on a circular instrument.
I_WorldMappable Declares the capability to translate between world coordinates (in latitude and longitude) and windows coordinates (in pixels).
 

Class Summary
A_CircularInstrument<_UNIT_ extends I_Unitable<_UNIT_>> Defines the shared elements of all resizeable circular instruments ("steam gauges").
A_Instrument Defines the shared elements of all instruments.
A_RectangularInstrument Defines the shared elements of all resizeable rectangular instruments.
ArcDescriptor<_UNIT_ extends I_Unitable<_UNIT_>> Defines an arc over an interval of a unit.
CircularFaceplateDescriptor<_UNIT_ extends I_Unitable<_UNIT_>> Provides a descriptor for the faceplate of circular "steam" gauges.
NeedleDescriptor Defines a needle descriptor.
NumberDescriptor<_UNIT_ extends I_Unitable<_UNIT_>> Defines a number descriptor.
RectangularFaceplaceDescriptor Provides a descriptor for the faceplate of rectangular instruments.
TickDescriptor<_UNIT_ extends I_Unitable<_UNIT_>> Defines a tick descriptor.
 

Package uavsim.graphics.instruments Description

Provides...