Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ArmPattern

Implements

Index

Constructors

constructor

Properties

firstChar

lastChar

otherChar

Optional style

style: Style

Methods

generateArm

generateArmPlainLine

  • Generates line with drawn armPlainLine like: ╰───╸ with repeating this.other character to fit this.armWidth

    remarks

    During generation first have higher priority then last. So first will be the only generated character if this.armWidth = 1. Same way other have lowest priority. And appars only if this.armWidth > 2

    remarks

    Returning StrictUnicodeLine instead of raw string is to skip safaty-checks in tree generator/renderer.

    memberof

    BasicPattern

    Parameters

    • armWidth: armWidthT

      Width of generated armPlainLine. Measured in monospaced-character positions.

    Returns StrictUnicodeLine

    Drawn armPlainLine, wrapped in StrictUnicodeLine.

Static fromChars

Generated using TypeDoc