public class MathDelimiterFactory extends java.lang.Object implements IMathDelimiterFactory
Allows to create a math delimiter
Constructor and Description |
---|
MathDelimiterFactory() |
Modifier and Type | Method and Description |
---|---|
IMathDelimiter |
createMathDelimiter(IMathElement element)
Create a math delimiter by applying to the element
|
IMathDelimiter |
createMathDelimiter(IMathElementCollection mathElements)
Create a math delimiter by applying to the element
|
public final IMathDelimiter createMathDelimiter(IMathElement element)
Create a math delimiter by applying to the element
createMathDelimiter
in interface IMathDelimiterFactory
element
- math element to apply delimiterpublic final IMathDelimiter createMathDelimiter(IMathElementCollection mathElements)
Create a math delimiter by applying to the element
createMathDelimiter
in interface IMathDelimiterFactory
mathElements
- math elements to apply delimiter