public class TextBuilder
extends Object
-
Constructor Summary
Constructors
-
Method Summary
addLine(org.jline.utils.AttributedString text)
addLines(org.jline.utils.AttributedString... lines)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
addLine
public TextBuilder addLine(org.jline.utils.AttributedString text)
-
-
-
addLines
public TextBuilder addLines(org.jline.utils.AttributedString... lines)
-
-
-