public class AccentElement extends MathElement
MathElement.TypeEnum| Constructor and Description |
|---|
AccentElement() |
| Modifier and Type | Method and Description |
|---|---|
AccentElement |
base(MathElement base) |
AccentElement |
character(String character) |
boolean |
equals(Object o) |
MathElement |
getBase()
The argument to which the accent was applied
|
String |
getCharacter()
Accent Character
|
int |
hashCode() |
void |
setBase(MathElement base) |
void |
setCharacter(String character) |
String |
toString() |
getType, setTypepublic AccentElement base(MathElement base)
public MathElement getBase()
public void setBase(MathElement base)
public AccentElement character(String character)
public String getCharacter()
public void setCharacter(String character)
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.