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