public class ParagraphFactory extends java.lang.Object implements IParagraphFactory
Allows to create paragraphs
Constructor and Description |
---|
ParagraphFactory() |
Modifier and Type | Method and Description |
---|---|
IParagraph |
createParagraph()
Creates a new empty paragraph.
|
IParagraph |
createParagraph(IParagraph paragraph)
Creates a new paragraph with specified paragraph data using.
|
public final IParagraph createParagraph()
Creates a new empty paragraph.
createParagraph
in interface IParagraphFactory
public final IParagraph createParagraph(IParagraph paragraph)
Creates a new paragraph with specified paragraph data using.
createParagraph
in interface IParagraphFactory
paragraph
- A paragraph to use data.