public class NaryOperatorElement extends MathElement
| Modifier and Type | Class and Description |
|---|---|
static class |
NaryOperatorElement.LimitLocationEnum
The location of limits (subscript and superscript)
|
MathElement.TypeEnum| Constructor and Description |
|---|
NaryOperatorElement() |
getType, setTypepublic NaryOperatorElement base(MathElement base)
public MathElement getBase()
public void setBase(MathElement base)
public NaryOperatorElement subscript(MathElement subscript)
public MathElement getSubscript()
public void setSubscript(MathElement subscript)
public NaryOperatorElement superscript(MathElement superscript)
public MathElement getSuperscript()
public void setSuperscript(MathElement superscript)
public NaryOperatorElement operator(String operator)
public String getOperator()
public void setOperator(String operator)
public NaryOperatorElement limitLocation(NaryOperatorElement.LimitLocationEnum limitLocation)
public NaryOperatorElement.LimitLocationEnum getLimitLocation()
public void setLimitLocation(NaryOperatorElement.LimitLocationEnum limitLocation)
public NaryOperatorElement growToMatchOperandHeight(Boolean growToMatchOperandHeight)
public Boolean isGrowToMatchOperandHeight()
public void setGrowToMatchOperandHeight(Boolean growToMatchOperandHeight)
public NaryOperatorElement hideSubscript(Boolean hideSubscript)
public Boolean isHideSubscript()
public void setHideSubscript(Boolean hideSubscript)
public NaryOperatorElement hideSuperscript(Boolean hideSuperscript)
public Boolean isHideSuperscript()
public void setHideSuperscript(Boolean hideSuperscript)
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.