public interface PrintContainer
Modifier and Type | Method and Description |
---|---|
void |
add(char[] chars,
Font font,
Color foreColor,
Color backColor)
Add the attributed characters to the container.
|
void |
eol()
End of line was found.
|
boolean |
initEmptyLines() |
void add(char[] chars, Font font, Color foreColor, Color backColor)
chars
- characters being added.font
- font of the added charactersforeColor
- foreground color of the added charactersbackColor
- background color of the added charactersvoid eol()
boolean initEmptyLines()