MonoScaleAtompublic class ScaleAtom extends Atom
| Modifier and Type | Field | Description |
|---|---|---|
protected Atom |
base |
alignment, type, type_limits| Constructor | Description |
|---|---|
ScaleAtom(Atom base,
double xscl,
double yscl) |
| Modifier and Type | Method | Description |
|---|---|---|
Box |
createBox(TeXEnvironment env) |
Convert this atom into a
Box, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ... |
int |
getLeftType() |
Get the type of the leftermost child atom.
|
int |
getRightType() |
Get the type of the rightermost child atom.
|
protected Atom base
public ScaleAtom(Atom base, double xscl, double yscl)
public int getLeftType()
AtomgetLeftType in class Atompublic int getRightType()
AtomgetRightType in class Atompublic Box createBox(TeXEnvironment env)
AtomBox, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...