Options
All
  • Public
  • Public/Protected
  • All
Menu

A Class created for the pipe 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 b,c,e,f segments.

´´´ts import PipeSegment from './PipeSegment' b = true;

let Bsegment = new PipeSegment(a); Bsegment.print(); ´´´

Hierarchy

  • PipeSegment

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

state

state: boolean

Methods

print

  • print(): string

Generated using TypeDoc