Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new Glyph(char?: string, background?: string, foreground?: string): Glyph
  • Parameters

    • Default value char: string = " "
    • Default value background: string = "white"
    • Default value foreground: string = "black"

    Returns Glyph

Properties

Private background

background: string

Private char

char: string

Private foreground

foreground: string

Methods

getBackground

  • getBackground(): string

getChar

  • getChar(): string

getForeground

  • getForeground(): string

Generated using TypeDoc