public interface IMathGroupingCharacterFactory
Allows to create a math grouping character
Modifier and Type | Method and Description |
---|---|
IMathGroupingCharacter |
createMathGroupingCharacter(IMathElement element)
Creates a math grouping character
|
IMathGroupingCharacter |
createMathGroupingCharacter(IMathElement element,
char character,
int position,
int verticalJustification)
Creates a math grouping character
|
IMathGroupingCharacter createMathGroupingCharacter(IMathElement element, char character, int position, int verticalJustification)
Creates a math grouping character
element
- math element to apply grouping charactercharacter
- grouping characterposition
- position of grouping characterverticalJustification
- vertical justificationIMathGroupingCharacter createMathGroupingCharacter(IMathElement element)
Creates a math grouping character
element
- math element to apply grouping character