Type Alias: RollIndicatorScaleParameters
RollIndicatorScaleParameters =
object
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicatorScaleComponent.tsx:6
Parameters describing a roll indicator scale.
Properties
majorTickLength
majorTickLength:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicatorScaleComponent.tsx:22
The length of the major roll scale ticks, in pixels.
minorTickLength
minorTickLength:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicatorScaleComponent.tsx:25
The length of the minor roll scale ticks, in pixels.
pointerStyle
pointerStyle:
"ground"
|"sky"
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicatorScaleComponent.tsx:19
Whether the roll scale is rendered with a ground pointer or a sky pointer. With a ground pointer, the roll scale rotates as the airplane banks to keep the zero-roll reference pointer pointed toward the ground while the roll pointer remains fixed. With a sky pointer, the roll pointer rotates as the airplane banks to keep itself pointed toward the sky while the roll scale remains fixed.
radius
radius:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicatorScaleComponent.tsx:8
The radius of the roll scale, in pixels.
referencePointerOffset
referencePointerOffset:
number
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicatorScaleComponent.tsx:34
The offset of the tip of the zero-roll reference pointer from the roll scale, in pixels. Positive values displace the pointer away from the center of the circle circumscribed by the roll scale.
referencePointerSize
referencePointerSize:
ReadonlyFloat64Array
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicatorScaleComponent.tsx:28
The size of the zero-roll reference pointer, as [width, height]
in pixels.
showArc
showArc:
boolean
Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicatorScaleComponent.tsx:11
Whether the roll arc is rendered.