Package nl.saxion.app.console
Class PrintElement
java.lang.Object
nl.saxion.app.console.PrintElement
`print` and `printLine` statements create a different type of element, a `PrintElement`.
They are stored in the `printElements` list.
-
Constructor Summary
ConstructorDescriptionPrintElement
(String text, Color color, boolean newLine) Constructor to set the values of the print element. -
Method Summary
-
Constructor Details
-
PrintElement
Constructor to set the values of the print element.- Parameters:
text
- sets the text attributecolor
- sets the color attributenewLine
- sets the newLine boolean attribute
-
-
Method Details