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, setType
public 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 MathElement
public int hashCode()
hashCode
in class MathElement
public String toString()
toString
in class MathElement
Copyright © 2022. All rights reserved.