public class MathParagraphFactory extends java.lang.Object implements IMathParagraphFactory
Allows to create a math paragraph
Constructor and Description |
---|
MathParagraphFactory() |
Modifier and Type | Method and Description |
---|---|
IMathParagraph |
createMathParagraph()
Create empty math paragraph
|
IMathParagraph |
createMathParagraph(IMathBlock mathBlock)
Creates a math paragraph and places the specified math block in it
|
public final IMathParagraph createMathParagraph()
Create empty math paragraph
createMathParagraph
in interface IMathParagraphFactory
public final IMathParagraph createMathParagraph(IMathBlock mathBlock)
Creates a math paragraph and places the specified math block in it
createMathParagraph
in interface IMathParagraphFactory
mathBlock
- math block to place in the paragraph