public class DelimiterElement extends MathElement
| Modifier and Type | Class and Description |
|---|---|
static class |
DelimiterElement.DelimiterShapeEnum
Delimiter shape
|
MathElement.TypeEnum| Constructor and Description |
|---|
DelimiterElement() |
getType, setTypepublic DelimiterElement arguments(List<MathElement> arguments)
public DelimiterElement addArgumentsItem(MathElement argumentsItem)
public List<MathElement> getArguments()
public void setArguments(List<MathElement> arguments)
public DelimiterElement beginningCharacter(String beginningCharacter)
public String getBeginningCharacter()
public void setBeginningCharacter(String beginningCharacter)
public DelimiterElement separatorCharacter(String separatorCharacter)
public String getSeparatorCharacter()
public void setSeparatorCharacter(String separatorCharacter)
public DelimiterElement endingCharacter(String endingCharacter)
public String getEndingCharacter()
public void setEndingCharacter(String endingCharacter)
public DelimiterElement growToMatchOperandHeight(Boolean growToMatchOperandHeight)
public Boolean isGrowToMatchOperandHeight()
public void setGrowToMatchOperandHeight(Boolean growToMatchOperandHeight)
public DelimiterElement delimiterShape(DelimiterElement.DelimiterShapeEnum delimiterShape)
public DelimiterElement.DelimiterShapeEnum getDelimiterShape()
public void setDelimiterShape(DelimiterElement.DelimiterShapeEnum delimiterShape)
public boolean equals(Object o)
equals in class MathElementpublic int hashCode()
hashCode in class MathElementpublic String toString()
toString in class MathElementCopyright © 2025. All rights reserved.