NoStyle class final
A style that adds nothing to the text.
Every other style writes something. Style.terminalColors('text') comes
back with a reset in front of it, because a style that means "the terminal's
own" still has to say so. This one is asked and answers with the text
itself: open and close are empty, and transitTo gives an empty string
wherever this is the destination.
It is for the places that take a style and must be told to do nothing.
Passing it to a Printer stops the printer from imposing a style of its
own; the codes already in the text still go through, and taking those out
is what ansiCodesEnabled: false is for.
Nothing leads back into it. Setting anything — bold, foreground, any
of them — answers with an ordinary Style that writes, and no operation
on that one comes back here, so const NoStyle() is the only way to have
this style. The narrower resets leave it where it is: they have nothing
to take off and answer with this style itself, the way any state answers
itself when it has nothing to change.
reset is the one operation that leaves this style behind without changing anything it shows. It answers with Style.terminalColors — the same properties and the same colours, but a style that says "the terminal's own" out loud where this one says nothing at all. The two are not equal all the same: being a NoStyle is part of what equality compares.
- Inheritance
- Available extensions
Constructors
- NoStyle()
-
The style that writes nothing.
const
Properties
- alternativeFont1 → Style
-
This state with the first alternative font selected.
no setterinherited
- alternativeFont2 → Style
-
This state with the second alternative font selected.
no setterinherited
- alternativeFont3 → Style
-
This state with the third alternative font selected.
no setterinherited
- alternativeFont4 → Style
-
This state with the fourth alternative font selected.
no setterinherited
- alternativeFont5 → Style
-
This state with the fifth alternative font selected.
no setterinherited
- alternativeFont6 → Style
-
This state with the sixth alternative font selected.
no setterinherited
- alternativeFont7 → Style
-
This state with the seventh alternative font selected.
no setterinherited
- alternativeFont8 → Style
-
This state with the eighth alternative font selected.
no setterinherited
- alternativeFont9 → Style
-
This state with the ninth alternative font selected.
no setterinherited
- backgroundColor → Color?
-
The colour behind the text, or null where the terminal's own is in
force.
no setterinherited
- bgBlack → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgBlue → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgCyan → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray0 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray1 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray10 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray11 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray12 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray13 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray14 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray15 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray16 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray17 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray18 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray19 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray2 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray20 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray21 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray22 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray23 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray3 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray4 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray5 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray6 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray7 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray8 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGray9 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgGreen → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgHighBlack → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgHighBlue → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgHighCyan → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgHighGreen → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgHighMagenta → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgHighRed → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgHighWhite → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgHighYellow → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgMagenta → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRed → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb000 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb001 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb002 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb003 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb004 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb005 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb010 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb011 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb012 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb013 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb014 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb015 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb020 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb021 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb022 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb023 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb024 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb025 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb030 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb031 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb032 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb033 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb034 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb035 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb040 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb041 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb042 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb043 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb044 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb045 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb050 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb051 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb052 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb053 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb054 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb055 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb100 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb101 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb102 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb103 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb104 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb105 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb110 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb111 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb112 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb113 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb114 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb115 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb120 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb121 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb122 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb123 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb124 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb125 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb130 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb131 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb132 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb133 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb134 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb135 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb140 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb141 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb142 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb143 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb144 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb145 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb150 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb151 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb152 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb153 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb154 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb155 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb200 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb201 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb202 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb203 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb204 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb205 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb210 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb211 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb212 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb213 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb214 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb215 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb220 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb221 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb222 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb223 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb224 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb225 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb230 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb231 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb232 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb233 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb234 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb235 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb240 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb241 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb242 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb243 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb244 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb245 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb250 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb251 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb252 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb253 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb254 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb255 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb300 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb301 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb302 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb303 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb304 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb305 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb310 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb311 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb312 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb313 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb314 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb315 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb320 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb321 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb322 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb323 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb324 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb325 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb330 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb331 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb332 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb333 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb334 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb335 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb340 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb341 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb342 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb343 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb344 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb345 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb350 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb351 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb352 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb353 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb354 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb355 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb400 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb401 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb402 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb403 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb404 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb405 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb410 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb411 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb412 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb413 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb414 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb415 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb420 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb421 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb422 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb423 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb424 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb425 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb430 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb431 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb432 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb433 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb434 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb435 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb440 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb441 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb442 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb443 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb444 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb445 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb450 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb451 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb452 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb453 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb454 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb455 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb500 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb501 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb502 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb503 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb504 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb505 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb510 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb511 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb512 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb513 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb514 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb515 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb520 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb521 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb522 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb523 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb524 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb525 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb530 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb531 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb532 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb533 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb534 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb535 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb540 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb541 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb542 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb543 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb544 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb545 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb550 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb551 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb552 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb553 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb554 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgRgb555 → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgWhite → Style
-
Available on Style, provided by the StyleColors extension
no setter - bgYellow → Style
-
Available on Style, provided by the StyleColors extension
no setter - black → Style
-
Available on Style, provided by the StyleColors extension
no setter - blink → Style
-
This state with a slow blink added.
no setterinherited
- blinkRapid → Style
-
This state with a rapid blink added.
no setterinherited
- blinkStyle → BlinkStyle?
-
Which blink the text carries, or null for none.
no setterinherited
- blue → Style
-
Available on Style, provided by the StyleColors extension
no setter - bold → Style
-
This state with bold added.
no setterinherited
- close → String
-
Nothing was opened, so there is nothing to close.
no setteroverride
- curlyUnderline → Style
-
This state with a curly underline added.
no setterinherited
- cyan → Style
-
Available on Style, provided by the StyleColors extension
no setter - dashedUnderline → Style
-
This state with a dashed underline added.
no setterinherited
- dim → Style
-
This state with dim added.
no setterinherited
- dottedUnderline → Style
-
This state with a dotted underline added.
no setterinherited
- doublyUnderline → Style
-
This state with a double underline added.
no setterinherited
- encircle → Style
-
This state with a circle around the text.
no setterinherited
- fontSelection → FontSelection
-
Which of the ten standard fonts is selected.
no setterinherited
- fontShape → FontShape?
-
Which slanted letter shape is active, or null for neither.
no setterinherited
- foregroundColor → Color?
-
The colour of the text, or null where the terminal's own is in force.
no setterinherited
- fraktur → Style
-
This state with fraktur (Gothic) added.
no setterinherited
- frame → Style
-
This state with a frame around the text.
no setterinherited
- frameStyle → FrameStyle?
-
Which of the two the text carries, or null for neither.
no setterinherited
- gray0 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray1 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray10 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray11 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray12 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray13 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray14 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray15 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray16 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray17 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray18 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray19 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray2 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray20 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray21 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray22 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray23 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray3 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray4 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray5 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray6 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray7 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray8 → Style
-
Available on Style, provided by the StyleColors extension
no setter - gray9 → Style
-
Available on Style, provided by the StyleColors extension
no setter - green → Style
-
Available on Style, provided by the StyleColors extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- highBlack → Style
-
Available on Style, provided by the StyleColors extension
no setter - highBlue → Style
-
Available on Style, provided by the StyleColors extension
no setter - highCyan → Style
-
Available on Style, provided by the StyleColors extension
no setter - highGreen → Style
-
Available on Style, provided by the StyleColors extension
no setter - highMagenta → Style
-
Available on Style, provided by the StyleColors extension
no setter - highRed → Style
-
Available on Style, provided by the StyleColors extension
no setter - highWhite → Style
-
Available on Style, provided by the StyleColors extension
no setter - highYellow → Style
-
Available on Style, provided by the StyleColors extension
no setter - ideogramDoublyOverline → Style
-
This state with a double ideogram overline or left side line.
no setterinherited
- ideogramDoublyUnderline → Style
-
This state with a double ideogram underline or right side line.
no setterinherited
- ideogramOverline → Style
-
This state with an ideogram overline or left side line.
no setterinherited
- ideogramStress → Style
-
This state with an ideogram stress mark.
no setterinherited
- ideogramStyle → IdeogramStyle?
-
Which ideogram rendition the text carries, or null for none.
no setterinherited
- ideogramUnderline → Style
-
This state with an ideogram underline or right side line.
no setterinherited
- inverse → Style
-
This state with the foreground and the background swapped.
no setterinherited
- invisible → Style
-
This state with the text hidden.
no setterinherited
- isBlink → bool
-
Whether the text blinks slowly.
no setterinherited
- isBlinkRapid → bool
-
Whether the text blinks rapidly.
no setterinherited
- isBold → bool
-
Whether the text is bold.
no setterinherited
- isCurlyUnderline → bool
-
Whether the text has a curly underline.
no setterinherited
- isDashedUnderline → bool
-
Whether the text has a dashed underline.
no setterinherited
- isDim → bool
-
Whether the text is dim.
no setterinherited
- isDottedUnderline → bool
-
Whether the text has a dotted underline.
no setterinherited
- isDoublyUnderline → bool
-
Whether the text is underlined twice.
no setterinherited
- isEncircle → bool
-
Whether the text is encircled.
no setterinherited
- isFraktur → bool
-
Whether the text is fraktur (Gothic).
no setterinherited
- isFrame → bool
-
Whether the text is framed.
no setterinherited
- isInverse → bool
-
Whether the foreground and the background are swapped.
no setterinherited
- isInvisible → bool
-
Whether the text is there but not shown.
no setterinherited
- isItalic → bool
-
Whether the text is italic.
no setterinherited
- isOverline → bool
-
Whether the text is overlined.
no setterinherited
- isProportionalSpacing → bool
-
Whether proportional spacing is active.
no setterinherited
- isStrikethrough → bool
-
Whether the text is struck through.
no setterinherited
- isSubscript → bool
-
Whether the text is lowered.
no setterinherited
- isSuperscript → bool
-
Whether the text is raised.
no setterinherited
- isUnderline → bool
-
Whether the text has a single, curly, dotted or dashed underline.
no setterinherited
- italic → Style
-
This state with italic added.
no setterinherited
- magenta → Style
-
Available on Style, provided by the StyleColors extension
no setter - open → String
-
The codes that take a terminal from its own colours to this style.
no setterinherited
- overline → Style
-
This state with a line above the text.
no setterinherited
- proportionalSpacing → Style
-
This state with proportional spacing added.
no setterinherited
- red → Style
-
Available on Style, provided by the StyleColors extension
no setter - reset → Style
-
This state with everything taken off at once.
no setterinherited
- resetBackground → Style
-
This state with the colour behind the text left to the terminal.
no setterinherited
- resetBlink → Style
-
This state with the blink taken off, slow or rapid.
no setterinherited
- resetBoldAndDim → Style
-
This state with neither bold nor dim, which the terminal takes off
together.
no setterinherited
- resetFont → Style
-
This state with the primary font restored.
no setterinherited
- resetFontShape → Style
-
This state with italic or fraktur taken off.
no setterinherited
- resetForeground → Style
-
This state with the colour of the text left to the terminal.
no setterinherited
- resetFrameAndEncircle → Style
-
This state with the frame and the circle taken off, which the terminal
takes off together.
no setterinherited
- resetIdeogram → Style
-
This state with every ideogram rendition taken off.
no setterinherited
- resetInverse → Style
-
This state with the foreground and the background the right way round.
no setterinherited
- resetInvisible → Style
-
This state with the text shown again.
no setterinherited
- resetItalic → Style
-
This state with the italic or fraktur taken off.
no setterinherited
- resetOverline → Style
-
This state with the line above the text taken off.
no setterinherited
- resetProportionalSpacing → Style
-
This state with proportional spacing taken off.
no setterinherited
- resetStrikethrough → Style
-
This state with the line through the text taken off.
no setterinherited
- resetSuperAndSubscript → Style
-
This state with the text back on the line, raised or lowered.
no setterinherited
- resetUnderline → Style
-
This state with every underline variant taken off.
no setterinherited
- resetUnderlineColor → Style
-
This state with the underline back to the colour of the text.
no setterinherited
- rgb000 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb001 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb002 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb003 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb004 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb005 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb010 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb011 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb012 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb013 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb014 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb015 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb020 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb021 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb022 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb023 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb024 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb025 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb030 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb031 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb032 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb033 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb034 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb035 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb040 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb041 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb042 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb043 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb044 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb045 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb050 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb051 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb052 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb053 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb054 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb055 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb100 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb101 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb102 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb103 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb104 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb105 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb110 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb111 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb112 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb113 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb114 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb115 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb120 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb121 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb122 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb123 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb124 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb125 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb130 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb131 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb132 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb133 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb134 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb135 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb140 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb141 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb142 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb143 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb144 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb145 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb150 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb151 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb152 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb153 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb154 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb155 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb200 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb201 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb202 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb203 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb204 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb205 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb210 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb211 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb212 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb213 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb214 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb215 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb220 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb221 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb222 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb223 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb224 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb225 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb230 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb231 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb232 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb233 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb234 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb235 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb240 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb241 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb242 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb243 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb244 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb245 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb250 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb251 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb252 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb253 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb254 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb255 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb300 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb301 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb302 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb303 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb304 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb305 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb310 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb311 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb312 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb313 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb314 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb315 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb320 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb321 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb322 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb323 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb324 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb325 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb330 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb331 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb332 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb333 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb334 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb335 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb340 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb341 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb342 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb343 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb344 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb345 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb350 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb351 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb352 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb353 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb354 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb355 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb400 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb401 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb402 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb403 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb404 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb405 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb410 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb411 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb412 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb413 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb414 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb415 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb420 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb421 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb422 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb423 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb424 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb425 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb430 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb431 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb432 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb433 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb434 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb435 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb440 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb441 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb442 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb443 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb444 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb445 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb450 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb451 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb452 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb453 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb454 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb455 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb500 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb501 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb502 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb503 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb504 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb505 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb510 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb511 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb512 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb513 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb514 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb515 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb520 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb521 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb522 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb523 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb524 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb525 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb530 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb531 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb532 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb533 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb534 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb535 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb540 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb541 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb542 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb543 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb544 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb545 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb550 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb551 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb552 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb553 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb554 → Style
-
Available on Style, provided by the StyleColors extension
no setter - rgb555 → Style
-
Available on Style, provided by the StyleColors extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scriptStyle → ScriptStyle?
-
Which of the two the text carries, or null for neither.
no setterinherited
- strikethrough → Style
-
This state with a line through the text.
no setterinherited
- subscript → Style
-
This state with the text lowered.
no setterinherited
- superscript → Style
-
This state with the text raised.
no setterinherited
- underline → Style
-
This state with a single underline added.
no setterinherited
- underlineColorValue → ExtendedColor?
-
The colour of the underline, or null where it takes the colour of the
text.
no setterinherited
- underlineStyle → UnderlineStyle?
-
Which underline the text carries, or null for none.
no setterinherited
- white → Style
-
Available on Style, provided by the StyleColors extension
no setter - yellow → Style
-
Available on Style, provided by the StyleColors extension
no setter
Methods
-
background(
Color color) → Style -
This state with
coloras the colour behind the text.inherited -
call(
String text) → String -
The text under this style, opened before it and closed after it.
override
-
changeDefaultsTo(
State< State> other) → Style -
This state laid over
other: what it sets itself it keeps, and what it leaves alone it takes from there.inherited -
foreground(
Color color) → Style -
This state with
coloras the colour of the text.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toShortString(
) → String -
What this state carries, listed without the name of the class around it:
bold, foreground: fgRed.inherited -
toString(
) → String -
A string representation of this object.
inherited
-
toStyle(
) → Style -
This state as a plain Style, without whatever a Stack remembers of
how it got here.
inherited
-
transitTo(
State< void> other) → String -
The codes that take a terminal from this state to
other.inherited -
underlineColor(
ExtendedColor color) → Style -
This state with
coloras the colour of the underline.inherited
Operators
-
operator ==(
Object other) → bool -
Equality is the visible surface: the properties and colours this
state answers with, and whether it is a NoStyle — nothing else.
inherited