Options
All
  • Public
  • Public/Protected
  • All
Menu

A Class created for the underscore segment used in the 7 segment dispaly.

This class takes in a boolean to know if a underscore should be returned or an empty space. These are used for the a, d, g segments.

´´´ts import UnderscoreSegment from './UnderscoreSegment' a = false;

let Asegment = new UnderscoreSegment(a); Asegment.print(); ´´´

Hierarchy

  • UnderscoreSegment

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

state

state: boolean

Methods

print

  • print(): string

Generated using TypeDoc