alignment, type, type_limits
Constructor and Description |
---|
PhantomAtom(Atom el) |
PhantomAtom(Atom el,
boolean width,
boolean height,
boolean depth) |
Modifier and Type | Method and 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.
|
void |
setPreviousAtom(Dummy prev)
Sets the given dummy containing the atom that comes just before
the first child atom of this "composed atom".
|
public PhantomAtom(Atom el)
public PhantomAtom(Atom el, boolean width, boolean height, boolean depth)
public Box createBox(TeXEnvironment env)
Atom
Box
, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...public int getLeftType()
Atom
getLeftType
in class Atom
public int getRightType()
Atom
getRightType
in class Atom
public void setPreviousAtom(Dummy prev)
Row
setPreviousAtom
in interface Row
prev
- the dummy that comes just before this "composed atom"