public class BarElement extends MathElement
| Modifier and Type | Class and Description |
|---|---|
static class |
BarElement.PositionEnum
Position of the bar line.
|
MathElement.TypeEnum| Constructor and Description |
|---|
BarElement() |
| Modifier and Type | Method and Description |
|---|---|
BarElement |
base(MathElement base) |
boolean |
equals(Object o) |
MathElement |
getBase()
Base
|
BarElement.PositionEnum |
getPosition()
Position of the bar line.
|
int |
hashCode() |
BarElement |
position(BarElement.PositionEnum position) |
void |
setBase(MathElement base) |
void |
setPosition(BarElement.PositionEnum position) |
String |
toString() |
getType, setTypepublic BarElement base(MathElement base)
public MathElement getBase()
public void setBase(MathElement base)
public BarElement position(BarElement.PositionEnum position)
public BarElement.PositionEnum getPosition()
public void setPosition(BarElement.PositionEnum position)
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.