A utility object useful for formatting paragraph output.
Represents a paragraph, made of lines. The whole paragraph has a limit for the line length. Words can be added, the
class will reformat the paragraph according to max. line length.
author: Matthias Bohlen author: Chad Brandon
Constructor Summary
public
Paragraph(int lineLength)
Constructs an HtmlParagraph with a specified maximum line length.
Method Summary
public void
appendText(String text)
Appends a bunch of words to the paragraph.