Options
All
  • Public
  • Public/Protected
  • All
Menu

Class App

Hierarchy

  • App

Index

Constructors

constructor

  • new App(args: { border: boolean; size: string; temperature: string }): App
  • Parameters

    • args: { border: boolean; size: string; temperature: string }
      • border: boolean
      • size: string
      • temperature: string

    Returns App

Properties

Private _border

_border: boolean

Private _size

_size: string

Private _temperature

_temperature: string

Private charForConsole

charForConsole: string[] = []

Private characters

characters: string[] = []

Private digitBig

digitBig: DigitConverterNormal = new DigitConverterBig()

Private digitNormal

digitNormal: DigitConverterNormal = new DigitConverterNormal()

Private digitValue

digitValue: CharToDigitValue = new CharToDigitValue()

Private digitsArray

digitsArray: boolean[] = []

Accessors

Private border

  • get border(): boolean
  • Returns boolean

    the border of the constructor

Private size

  • get size(): string
  • Returns string

    the size of the constructor

Private temperature

  • get temperature(): string
  • Returns string

    the temperature of the constructor

Methods

Private converter

  • converter(): string[]
  • this is the converter, the main program of this library. It ensures that the correct methods are called.

    Returns string[]

    an array where each index is an line for the console

getLCD

  • getLCD(): void
  • this return the LCD back to the user.

    Returns void

Generated using TypeDoc