ISelectGraphicRendition class abstract

this class abstracts how a single SelectGraphicRendition is defined

for more information https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters

Implementers

Constructors

ISelectGraphicRendition()
this class abstracts how a single SelectGraphicRendition is defined
const

Properties

effectiveValue String
real ansi-escape value of SGR
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
every SGR must carry a display attribute
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

buildEffectiveValueFrom(ISelectGraphicRendition sgr) String
this method creates ansi-escape from a SGI