Uses of Class
uavsim.graphics.text.TextProperties

Packages that use TextProperties
uavsim.datatypes Provides... 
uavsim.graphics Provides... 
uavsim.graphics.controls Provides... 
uavsim.graphics.controls.buttons Provides... 
uavsim.graphics.controls.knobs Provides... 
uavsim.graphics.instruments Provides... 
uavsim.graphics.instruments.adfreceiver Provides... 
uavsim.graphics.instruments.airspeedindicator Provides... 
uavsim.graphics.instruments.altimeter Provides... 
uavsim.graphics.instruments.automaticdirectionfinder Provides... 
uavsim.graphics.instruments.autopilot Provides... 
uavsim.graphics.instruments.clock Provides... 
uavsim.graphics.instruments.directionalgyro Provides... 
uavsim.graphics.instruments.dme Provides... 
uavsim.graphics.instruments.gpsmap Provides... 
uavsim.graphics.instruments.horizontalsituationindicator Provides... 
uavsim.graphics.instruments.navcommselector Provides... 
uavsim.graphics.instruments.stallenunciator Provides... 
uavsim.graphics.instruments.tachometer Provides... 
uavsim.graphics.instruments.verticalspeedindicator Provides... 
uavsim.graphics.instruments.vorlocalizerglideslope Provides... 
uavsim.graphics.instruments.vorreceiver Provides... 
uavsim.graphics.text Provides... 
uavsim.navigationmodel Provides... 
 

Uses of TextProperties in uavsim.datatypes
 

Fields in uavsim.datatypes declared as TextProperties
private  TextProperties TextDescriptor._properties
          the text properties
 

Methods in uavsim.datatypes that return TextProperties
 TextProperties TextDescriptor.getProperties()
          Gets the text properties.
 

Constructors in uavsim.datatypes with parameters of type TextProperties
TextDescriptor(java.lang.String text, TextProperties properties, CoordinateCartesianAbsolute anchor)
          Creates a text descriptor.
 

Uses of TextProperties in uavsim.graphics
 

Methods in uavsim.graphics with parameters of type TextProperties
static void GraphicsSupport.drawText(java.awt.Graphics2D graphics, java.lang.String text, Size canvasSize, CoordinateCartesianAbsolute canvasAnchor, CoordinateCartesianRelative anchorScale, TextProperties textProperties)
          Draws text.
 

Uses of TextProperties in uavsim.graphics.controls
 

Fields in uavsim.graphics.controls declared as TextProperties
protected  TextProperties A_ControlProperties._labelProperties
          the label properties
 

Methods in uavsim.graphics.controls that return TextProperties
 TextProperties A_ControlProperties.getLabelProperties()
          Get the label properties.
 

Constructors in uavsim.graphics.controls with parameters of type TextProperties
A_ControlProperties(CoordinateCartesianRelative anchorRelative, Scaler outlineScale, java.awt.Color bodyColor, java.awt.Color outlineColor, java.lang.String label, TextProperties labelProperties)
          Creates an abstract properties descriptor for a control.
A_KnobProperties(CoordinateCartesianRelative anchorRelative, Scaler bodyScale, Scaler outlineScale, java.awt.Color bodyColor, java.awt.Color outlineColor, java.lang.String label, TextProperties labelProperties)
          Creates an abstract knob descriptor.
 

Uses of TextProperties in uavsim.graphics.controls.buttons
 

Constructors in uavsim.graphics.controls.buttons with parameters of type TextProperties
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 TextProperties in uavsim.graphics.controls.knobs
 

Constructors in uavsim.graphics.controls.knobs with parameters of type TextProperties
KnobProperties(CoordinateCartesianRelative anchorRelative, Scaler bodyScale, Scaler outlineScale, java.awt.Color bodyColor, java.awt.Color outlineColor, java.lang.String label, TextProperties labelProperties)
          Creates a knob control descriptor.
 

Uses of TextProperties in uavsim.graphics.instruments
 

Fields in uavsim.graphics.instruments declared as TextProperties
private  TextProperties NumberDescriptor._textProperties
          the text properties
 

Methods in uavsim.graphics.instruments that return TextProperties
 TextProperties NumberDescriptor.getTextProperties()
          Gets the text properties.
 

Constructors in uavsim.graphics.instruments with parameters of type TextProperties
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.
 

Uses of TextProperties in uavsim.graphics.instruments.adfreceiver
 

Fields in uavsim.graphics.instruments.adfreceiver declared as TextProperties
private static TextProperties ADFReceiver.FREQUENCY_TEXT
          the text properties of the frequency
private static TextProperties ADFReceiver.KNOB_LABEL_PROPERTIES
          the knob label properties
 

Uses of TextProperties in uavsim.graphics.instruments.airspeedindicator
 

Fields in uavsim.graphics.instruments.airspeedindicator declared as TextProperties
private static TextProperties AirspeedIndicator.NUMBERS_TEXT
          the text properties of the numbers
 

Uses of TextProperties in uavsim.graphics.instruments.altimeter
 

Fields in uavsim.graphics.instruments.altimeter declared as TextProperties
private static TextProperties Altimeter.NUMBERS_TEXT
          the text properties of the numbers
 

Uses of TextProperties in uavsim.graphics.instruments.automaticdirectionfinder
 

Fields in uavsim.graphics.instruments.automaticdirectionfinder declared as TextProperties
private static TextProperties AutomaticDirectionFinder.KNOB_LABEL_PROPERTIES
          the knob label properties
private static TextProperties AutomaticDirectionFinder.NUMBERS_TEXT
          the text properties of the numbers
 

Uses of TextProperties in uavsim.graphics.instruments.autopilot
 

Fields in uavsim.graphics.instruments.autopilot declared as TextProperties
private static TextProperties Autopilot.ALTITUDE_TEXT
          the text properties of the altitude
private static TextProperties Autopilot.BUTTON_LABEL_PROPERTIES
          the text properties of the button label
private static TextProperties Autopilot.KNOB_LABEL_PROPERTIES
          the text properties of the knob label
 

Uses of TextProperties in uavsim.graphics.instruments.clock
 

Fields in uavsim.graphics.instruments.clock declared as TextProperties
private static TextProperties ClockEnhanced.BUTTON_LABEL_PROPERTIES
          the text properties of the button label
private static TextProperties ClockBasic.NUMBERS_TEXT
          the text properties of the numbers
private static TextProperties ClockEnhanced.NUMBERS_TEXT
          the text properties of the numbers
 

Uses of TextProperties in uavsim.graphics.instruments.directionalgyro
 

Fields in uavsim.graphics.instruments.directionalgyro declared as TextProperties
private static TextProperties DirectionalGyro.KNOB_LABEL_PROPERTIES
          the text properties of the knob label
private static TextProperties DirectionalGyro.NUMBERS_TEXT
          the text properties of the numbers
 

Uses of TextProperties in uavsim.graphics.instruments.dme
 

Fields in uavsim.graphics.instruments.dme declared as TextProperties
private static TextProperties DMEMarkerIndicator.DISTANCE_TEXT
          the text properties of the distance
 

Uses of TextProperties in uavsim.graphics.instruments.gpsmap
 

Fields in uavsim.graphics.instruments.gpsmap declared as TextProperties
private static TextProperties GPSMap.ALTITUDE_TEXT
          the text properties of the altitude
private static TextProperties GPSMap.BUTTON_LABEL_PROPERTIES
          the text properties of the knob label
private static TextProperties GPSMap.COORDINATES_TEXT
          the text properties of the coordinates
private static TextProperties GPSMap.DISTANCE_TEXT
          the text properties of the distance
private static TextProperties GPSMap.HEADING_TEXT
          the text properties of the heading
 

Uses of TextProperties in uavsim.graphics.instruments.horizontalsituationindicator
 

Fields in uavsim.graphics.instruments.horizontalsituationindicator declared as TextProperties
private static TextProperties HorizontalSituationIndicator.GLIDESLOPE_FLAG_TEXT
          the text properties of the glideslope flag
private static TextProperties HorizontalSituationIndicator.KNOB_LABEL_PROPERTIES
          the text properties of the knob label
private static TextProperties HorizontalSituationIndicator.LOCALIZER_FLAG_TEXT
          the text properties of the localizer flag
private static TextProperties HorizontalSituationIndicator.NUMBERS_TEXT
          the text properties of the numbers
 

Methods in uavsim.graphics.instruments.horizontalsituationindicator with parameters of type TextProperties
private  void HorizontalSituationIndicator.renderFlag(CoordinatePolarMathematical originOffset, java.lang.String label, TextProperties textProperties, boolean isAlive)
          Renders a flag.
 

Uses of TextProperties in uavsim.graphics.instruments.navcommselector
 

Fields in uavsim.graphics.instruments.navcommselector declared as TextProperties
private static TextProperties NavCommSelector.TARGET_TEXT
          the text properties of the distance
 

Uses of TextProperties in uavsim.graphics.instruments.stallenunciator
 

Fields in uavsim.graphics.instruments.stallenunciator declared as TextProperties
private static TextProperties StallEnunciator.DISTANCE_TEXT
          the text properties of the distance
 

Uses of TextProperties in uavsim.graphics.instruments.tachometer
 

Fields in uavsim.graphics.instruments.tachometer declared as TextProperties
private static TextProperties Tachometer.NUMBERS_TEXT
          the text properties of the numbers
 

Uses of TextProperties in uavsim.graphics.instruments.verticalspeedindicator
 

Fields in uavsim.graphics.instruments.verticalspeedindicator declared as TextProperties
private static TextProperties VerticalSpeedIndicator.NUMBERS_TEXT
          the text properties of the numbers
 

Uses of TextProperties in uavsim.graphics.instruments.vorlocalizerglideslope
 

Fields in uavsim.graphics.instruments.vorlocalizerglideslope declared as TextProperties
private static TextProperties VORLocalizerGlideslope.GLIDESLOPE_FLAG_TEXT
          the text properties of the glideslope flag
private static TextProperties VORLocalizerGlideslope.KNOB_LABEL_PROPERTIES
          the text properties of the knob label
private static TextProperties VORLocalizerGlideslope.LOCALIZER_FLAG_TEXT
          the text properties of the localizer flag
private static TextProperties VORLocalizerGlideslope.NUMBERS_TEXT
          the text properties of the numbers
 

Methods in uavsim.graphics.instruments.vorlocalizerglideslope with parameters of type TextProperties
private  void VORLocalizerGlideslope.renderFlag(CoordinatePolarMathematical originOffset, java.lang.String label, TextProperties textProperties, boolean isAlive)
          Renders a flag.
 

Uses of TextProperties in uavsim.graphics.instruments.vorreceiver
 

Fields in uavsim.graphics.instruments.vorreceiver declared as TextProperties
private static TextProperties VORDMEReceiver.BUTTON_LABEL_PROPERTIES
          the text properties of the knob label
private static TextProperties VORDMEReceiver.FREQUENCIES_TEXT
          the text properties of the frequencies
private static TextProperties VORDMEReceiver.KNOB_PRIMARY_LABEL_PROPERTIES
          the text properties of the primary knob
private static TextProperties VORDMEReceiver.KNOB_SECONDARY_LABEL_PROPERTIES
          the text properties of the secondary knob
 

Uses of TextProperties in uavsim.graphics.text
 

Methods in uavsim.graphics.text that return TextProperties
 TextProperties TextProperties.clone()
          
 

Methods in uavsim.graphics.text with parameters of type TextProperties
 java.awt.Polygon VectorText.generateBoundingPolygon(java.lang.String text, TextProperties textProperties, java.awt.Point anchor)
          Generates a bounding polygon for a formatted text string.
private  int[][][] VectorText.generateText(java.lang.String text, TextProperties textProperties)
          Generates the staging grid of vector line segments corresponding to a formatted text string.
static java.awt.Dimension VectorText.getTextDimensions(java.lang.String text, TextProperties textProperties)
          Determines the bounding box of a formatted text string in its canonical form (i.e., not rotated).
static java.awt.Point VectorText.getTextOrigin(java.lang.String text, TextProperties textProperties)
          Determines the origin of the bounding box of a formatted text string in its canonical form (i.e., not rotated).
 void VectorText.renderText(java.lang.String text, TextProperties textProperties, java.awt.Point anchor)
          Renders a text string as scalable vector line drawing.
private  void VectorText.renderText(java.lang.String text, TextProperties textProperties, java.awt.Point anchor, int[][][] stagingGrid)
          Renders the staging grid.
private  void VectorText.transformText(java.lang.String text, TextProperties textProperties, java.awt.Point anchor, int[][][] stagingGrid)
          Transforms the staging grid according to through rotation and translation.
 

Uses of TextProperties in uavsim.navigationmodel
 

Fields in uavsim.navigationmodel declared as TextProperties
private static TextProperties A_ChartElement.LABEL_PROPERTIES
          the text properties of any element label