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