Interface ReportWriter
The writer interface is used to present information to the user.
Methods
Name | Description |
goTo
()
|
Go back a few lines
|
hideCursor
()
|
Hide the cursor from user
|
showCursor
()
|
Show the cursor from user
|
width
()
|
Get how many characters you can print on a line
|
write
(, )
|
Write a string
|
writeln
(, )
|
Write a string and go to a new line
|
writeReverse
(, )
|
Write a string with reversed colors
|
Enums
Name | Description |
Context
|
The information type.
Convey meaning through color with a handful of emphasis utility classes.
|