public class RightSubSuperscriptElement extends MathElement
MathElement.TypeEnum| Constructor and Description |
|---|
RightSubSuperscriptElement() |
| Modifier and Type | Method and Description |
|---|---|
RightSubSuperscriptElement |
alignScripts(Boolean alignScripts) |
RightSubSuperscriptElement |
base(MathElement base) |
boolean |
equals(Object o) |
MathElement |
getBase()
Base argument
|
MathElement |
getSubscript()
Subscript
|
MathElement |
getSuperscript()
Superscript
|
int |
hashCode() |
Boolean |
isAlignScripts()
Alignment of subscript/superscript.
|
void |
setAlignScripts(Boolean alignScripts) |
void |
setBase(MathElement base) |
void |
setSubscript(MathElement subscript) |
void |
setSuperscript(MathElement superscript) |
RightSubSuperscriptElement |
subscript(MathElement subscript) |
RightSubSuperscriptElement |
superscript(MathElement superscript) |
String |
toString() |
getType, setTypepublic RightSubSuperscriptElement base(MathElement base)
public MathElement getBase()
public void setBase(MathElement base)
public RightSubSuperscriptElement subscript(MathElement subscript)
public MathElement getSubscript()
public void setSubscript(MathElement subscript)
public RightSubSuperscriptElement superscript(MathElement superscript)
public MathElement getSuperscript()
public void setSuperscript(MathElement superscript)
public RightSubSuperscriptElement alignScripts(Boolean alignScripts)
public Boolean isAlignScripts()
public void setAlignScripts(Boolean alignScripts)
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.