public class DelimiterElement extends MathElement
Modifier and Type | Class and Description |
---|---|
static class |
DelimiterElement.DelimiterShapeEnum
Delimiter shape
|
MathElement.TypeEnum
Constructor and Description |
---|
DelimiterElement() |
getType, setType
public 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 MathElement
public int hashCode()
hashCode
in class MathElement
public String toString()
toString
in class MathElement
Copyright © 2023. All rights reserved.