public class BoxElement extends MathElement
MathElement.TypeEnum
Constructor and Description |
---|
BoxElement() |
Modifier and Type | Method and Description |
---|---|
BoxElement |
alignmentPoint(Boolean alignmentPoint) |
BoxElement |
base(MathElement base) |
BoxElement |
differential(Boolean differential) |
boolean |
equals(Object o) |
BoxElement |
explicitBreak(Integer explicitBreak) |
MathElement |
getBase()
Base
|
Integer |
getExplicitBreak()
Explicit break
|
int |
hashCode() |
Boolean |
isAlignmentPoint()
Alignment point
|
Boolean |
isDifferential()
Differential
|
Boolean |
isNoBreak()
No break
|
Boolean |
isOperatorEmulator()
Operator emulator
|
BoxElement |
noBreak(Boolean noBreak) |
BoxElement |
operatorEmulator(Boolean operatorEmulator) |
void |
setAlignmentPoint(Boolean alignmentPoint) |
void |
setBase(MathElement base) |
void |
setDifferential(Boolean differential) |
void |
setExplicitBreak(Integer explicitBreak) |
void |
setNoBreak(Boolean noBreak) |
void |
setOperatorEmulator(Boolean operatorEmulator) |
String |
toString() |
getType, setType
public BoxElement base(MathElement base)
public MathElement getBase()
public void setBase(MathElement base)
public BoxElement operatorEmulator(Boolean operatorEmulator)
public Boolean isOperatorEmulator()
public void setOperatorEmulator(Boolean operatorEmulator)
public BoxElement noBreak(Boolean noBreak)
public Boolean isNoBreak()
public void setNoBreak(Boolean noBreak)
public BoxElement differential(Boolean differential)
public Boolean isDifferential()
public void setDifferential(Boolean differential)
public BoxElement alignmentPoint(Boolean alignmentPoint)
public Boolean isAlignmentPoint()
public void setAlignmentPoint(Boolean alignmentPoint)
public BoxElement explicitBreak(Integer explicitBreak)
public Integer getExplicitBreak()
public void setExplicitBreak(Integer explicitBreak)
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.