org.scilab.forge.jlatexmath
Interface Row
- All Known Implementing Classes:
- ColorAtom, PhantomAtom, RowAtom
public interface Row
A "composed atom": an atom that consists of child atoms that will be displayed
next to each other horizontally with glue between them.
Method Summary |
void |
setPreviousAtom(Dummy dummy)
Sets the given dummy containing the atom that comes just before
the first child atom of this "composed atom". |
setPreviousAtom
void setPreviousAtom(Dummy dummy)
- Sets the given dummy containing the atom that comes just before
the first child atom of this "composed atom". This method will allways be called
by another composed atom, so this composed atom will be a child of it (nested).
This is necessary to determine the glue to insert between the first child atom
of this nested composed atom and the atom that the dummy contains.
- Parameters:
dummy
- the dummy that comes just before this "composed atom"