public class TextElement extends MathElement
MathElement.TypeEnum
Constructor and Description |
---|
TextElement() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getValue()
Value
|
int |
hashCode() |
void |
setValue(String value) |
String |
toString() |
TextElement |
value(String value) |
getType, setType
public TextElement value(String value)
public String getValue()
public void setValue(String value)
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.