Uses of Class
uavsim.datatypes.Interval

Packages that use Interval
uavsim.datatypes Provides... 
uavsim.graphics.instruments Provides... 
uavsim.graphics.instruments.attitudeindicator Provides... 
uavsim.graphics.instruments.gpsmap Provides... 
uavsim.graphics.instruments.horizontalsituationindicator Provides... 
uavsim.graphics.instruments.vorlocalizerglideslope Provides... 
 

Uses of Interval in uavsim.datatypes
 

Methods in uavsim.datatypes that return Interval
 Interval<_UNIT_> Interval.flip()
          Exchanges the start and end values of the interval.
 

Uses of Interval in uavsim.graphics.instruments
 

Fields in uavsim.graphics.instruments declared as Interval
private  Interval<_UNIT_> TickDescriptor._interval
          the interval over which the ticks range
private  Interval<_UNIT_> NumberDescriptor._interval
          the interval over which the numbers range
private  Interval<_UNIT_> CircularFaceplateDescriptor._scale
          the minimum and maximum values to map over the arc
private  Interval<_UNIT_> ArcDescriptor._scale
          the arc interval
 

Methods in uavsim.graphics.instruments that return Interval
 Interval<_UNIT_> TickDescriptor.getInterval()
          Gets the interval over which the ticks range.
 Interval<_UNIT_> NumberDescriptor.getInterval()
          Gets the interval over which the numbers range.
 Interval<_UNIT_> ArcDescriptor.getInterval()
          Gets the arc interval.
 Interval<_UNIT_> CircularFaceplateDescriptor.getScale()
          Gets the the minimum and maximum values to map over the arc.
 

Constructors in uavsim.graphics.instruments with parameters of type Interval
ArcDescriptor(Interval<_UNIT_> scale, double radius1Scale, double radius2Scale, boolean isFilled, boolean isMoon, java.awt.Color color)
          Creates an arc descriptor.
ArcDescriptor(Interval<_UNIT_> scale, ScalerPair radiiScalers, boolean isFilled, boolean isMoon, java.awt.Color color)
          Creates an arc descriptor.
NumberDescriptor(Interval<_UNIT_> interval, double radiusScaler, TextProperties textProperties, AngleMathematical rotationOffset, int divider)
          Creates a number descriptor.
NumberDescriptor(Interval<_UNIT_> interval, double radiusScaler, TextProperties textProperties, boolean isRotated, AngleMathematical rotationOffset, int divider)
          Creates a number descriptor.
NumberDescriptor(Interval<_UNIT_> interval, double radiusScaler, TextProperties textProperties, int divider)
          Creates a number descriptor.
NumberDescriptor(Interval<_UNIT_> interval, Scaler radius, TextProperties textProperties, boolean isRotated, AngleMathematical rotationOffset, int divider)
          Creates a number descriptor.
TickDescriptor(Interval<_UNIT_> interval, double innerRadiusScale, double outerRadiusScale, double width, java.awt.Color color)
          Creates a tick descriptor.
TickDescriptor(Interval<_UNIT_> interval, ScalerPair radiiScalers, Scaler width, java.awt.Color color)
          Creates a tick descriptor.
 

Uses of Interval in uavsim.graphics.instruments.attitudeindicator
 

Methods in uavsim.graphics.instruments.attitudeindicator that return Interval
private  Interval<AngleMathematical> AttitudeIndicator.calculateHorizonInterval(Attitude attitude)
          Calculates the angles where the sky portion of the horizon disk starts and ends based on the pitch and roll.
 

Methods in uavsim.graphics.instruments.attitudeindicator with parameters of type Interval
private  void AttitudeIndicator.renderBezel(Interval<AngleMathematical> horizon, java.awt.Color color)
          Renders the sky and ground portions of the bezel.
private  void AttitudeIndicator.renderGroundLine(Attitude attitude, CoordinateCartesianAbsolute midpoint, AngleMathematical perspective, Interval<AngleMathematical> horizon)
          Renders the horizon line or ground perspective line on the ground portion.
private  void AttitudeIndicator.renderHorizon(Interval<AngleMathematical> horizon, java.awt.Color color)
          Renders the sky or ground portion of the disk.
 

Uses of Interval in uavsim.graphics.instruments.gpsmap
 

Fields in uavsim.graphics.instruments.gpsmap declared as Interval
private  Interval<Latitude> GPSMap._mapLatitudeInterval
          the vertical interval of the map scale
private  Interval<Longitude> GPSMap._mapLongitudeInterval
          the horizontal interval of the map scale
 

Uses of Interval in uavsim.graphics.instruments.horizontalsituationindicator
 

Fields in uavsim.graphics.instruments.horizontalsituationindicator declared as Interval
private static Interval<Deviation> HorizontalSituationIndicator.GLIDESLOPE_DEVIATION
          the interval defining the glideslope ticks
private static Interval<Deviation> HorizontalSituationIndicator.LOCALIZER_DEVIATION
          the interval defining the localizer ticks
 

Uses of Interval in uavsim.graphics.instruments.vorlocalizerglideslope
 

Fields in uavsim.graphics.instruments.vorlocalizerglideslope declared as Interval
private static Interval<AttitudePitch> VORLocalizerGlideslope.GLIDESLOPE_DEVIATION
          the interval defining the glideslipe ticks
private static Interval<AttitudeYaw> VORLocalizerGlideslope.LOCALIZER_DEVIATION
          the interval defining the localizer ticks