Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WindBarbBar

Hierarchy

  • WindBarbBar

Index

Properties

Properties

Readonly bar

bar: { angle: number; fullBarClassName: string; padding: number; shortBarClassName: string; stroke: string; width: number }

Bars properties, for both, full bars (10 knots) and half bars (5knots)

Type declaration

  • Readonly angle: number

    Angle used to draw bars and triangles

  • Readonly fullBarClassName: string

    Css class name for 10 knots bars

  • Readonly padding: number

    Space between bars and adjacent triangles

  • Readonly shortBarClassName: string

    Css class name for 5 knots bars

  • Readonly stroke: string

    Color for barbs, including root line

  • Readonly width: number

    Width of the line stroke

Generated using TypeDoc