Uses of Class
uavsim.datatypes.ScalerPair

Packages that use ScalerPair
uavsim.datatypes Provides... 
uavsim.graphics.controls.buttons Provides... 
uavsim.graphics.instruments Provides... 
uavsim.graphics.instruments.adfreceiver Provides... 
uavsim.graphics.instruments.attitudeindicator Provides... 
uavsim.graphics.instruments.autopilot Provides... 
uavsim.graphics.instruments.dme Provides... 
uavsim.graphics.instruments.gpsmap Provides... 
uavsim.graphics.instruments.stallenunciator Provides... 
uavsim.graphics.instruments.vorreceiver Provides... 
 

Uses of ScalerPair in uavsim.datatypes
 

Methods in uavsim.datatypes with parameters of type ScalerPair
 Size Size.scale(ScalerPair scaler)
          Scales the size independently in both directions.
 

Uses of ScalerPair in uavsim.graphics.controls.buttons
 

Fields in uavsim.graphics.controls.buttons declared as ScalerPair
protected  ScalerPair A_ButtonProperties._bodyScale
          the relative scale (as width and height) of the body to its host's absolute size
 

Methods in uavsim.graphics.controls.buttons that return ScalerPair
 ScalerPair A_ButtonProperties.getBodyScale()
          Gets the relative scale (as width and height) of the body to its host's absolute size.
 

Constructors in uavsim.graphics.controls.buttons with parameters of type ScalerPair
A_ButtonProperties(CoordinateCartesianRelative anchorRelative, ScalerPair bodyScale, Scaler outlineScale, java.awt.Color bodyColor, java.awt.Color outlineColor, java.lang.String label, TextProperties labelProperties)
          Creates an abstract button control descriptor.
ButtonProperties(CoordinateCartesianRelative anchorRelative, ScalerPair bodyScale, Scaler outlineScale, java.awt.Color bodyColor, java.awt.Color outlineColor, java.lang.String label, TextProperties labelProperties)
          Creates a button control descriptor.
 

Uses of ScalerPair in uavsim.graphics.instruments
 

Fields in uavsim.graphics.instruments declared as ScalerPair
private  ScalerPair RectangularFaceplaceDescriptor._bodyScale
          the size scale of the instrument relative to the canvas size as (width,height)
private  ScalerPair TickDescriptor._radiiScalers
          the scalers for the inner and outer arc radii
private  ScalerPair ArcDescriptor._radiiScalers
          the scalers for the inner and outer arc radii
 

Methods in uavsim.graphics.instruments that return ScalerPair
 ScalerPair RectangularFaceplaceDescriptor.getBodyScale()
          Gets the size scale of the instrument relative to the canvas size.
 ScalerPair TickDescriptor.getRadii()
          Gets the scalers for the inner and outer arc radii.
 ScalerPair ArcDescriptor.getRadiiScalers()
          Gets the scalers for the inner and outer arc radii.
 

Constructors in uavsim.graphics.instruments with parameters of type ScalerPair
ArcDescriptor(Interval<_UNIT_> scale, ScalerPair radiiScalers, boolean isFilled, boolean isMoon, java.awt.Color color)
          Creates an arc descriptor.
RectangularFaceplaceDescriptor(ScalerPair bodyScale, java.awt.Color bodyColor, Scaler outlineScale, java.awt.Color outlineColor)
          Creates a rectangular faceplate descriptor.
TickDescriptor(Interval<_UNIT_> interval, ScalerPair radiiScalers, Scaler width, java.awt.Color color)
          Creates a tick descriptor.
 

Uses of ScalerPair in uavsim.graphics.instruments.adfreceiver
 

Fields in uavsim.graphics.instruments.adfreceiver declared as ScalerPair
private static ScalerPair ADFReceiver.FREQUENCY_WINDOW_SIZE_SCALE
          the size scale of the frequency window outline relative to the instrument canvas size
 

Uses of ScalerPair in uavsim.graphics.instruments.attitudeindicator
 

Fields in uavsim.graphics.instruments.attitudeindicator declared as ScalerPair
private static ScalerPair AttitudeIndicator.BEZEL_SCALER
          the size scale of the bezel inner and outer radii relative to the instrument size
private static ScalerPair AttitudeIndicator.HORIZON_SCALER
          the size scale of the horizon inner and outer radii relative to the instrument size
private static ScalerPair AttitudeIndicator.MINIATURE_AIRPLANE_LOOP_SCALE
          the size scale of the airplane loop inner and outer radii relative to the instrument size
 

Uses of ScalerPair in uavsim.graphics.instruments.autopilot
 

Fields in uavsim.graphics.instruments.autopilot declared as ScalerPair
private static ScalerPair Autopilot.ALTITUDE_WINDOW_SIZE_SCALE
          the size scale of the window relative to the instrument size
 

Uses of ScalerPair in uavsim.graphics.instruments.dme
 

Fields in uavsim.graphics.instruments.dme declared as ScalerPair
private static ScalerPair DMEMarkerIndicator.DISTANCE_WINDOW_SIZE_SCALE
          the size scale of the distance window relative to the instrument size
 

Uses of ScalerPair in uavsim.graphics.instruments.gpsmap
 

Fields in uavsim.graphics.instruments.gpsmap declared as ScalerPair
private static ScalerPair GPSMap.MAP_WINDOW_SIZE_SCALE
          the size scale of the window relative to the instrument size
 

Uses of ScalerPair in uavsim.graphics.instruments.stallenunciator
 

Fields in uavsim.graphics.instruments.stallenunciator declared as ScalerPair
private static ScalerPair StallEnunciator.DISTANCE_WINDOW_SIZE_SCALE
          the size scale of the window relative to the instrument size
 

Uses of ScalerPair in uavsim.graphics.instruments.vorreceiver
 

Fields in uavsim.graphics.instruments.vorreceiver declared as ScalerPair
private static ScalerPair VORDMEReceiver.FREQUENCY_WINDOW_SIZE_SCALE
          the size scale of the window relative to the instrument size