public class FBoxAtom extends Atom
| Modifier and Type | Field and Description |
|---|---|
protected Atom |
base |
protected java.awt.Color |
bg |
float |
INTERSPACE |
protected java.awt.Color |
line |
alignment, type, type_limits| Constructor and Description |
|---|
FBoxAtom(Atom base) |
FBoxAtom(Atom base,
java.awt.Color bg,
java.awt.Color line) |
| 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, ... |
clone, getLeftType, getRightTypepublic float INTERSPACE
protected final Atom base
protected java.awt.Color bg
protected java.awt.Color line
public FBoxAtom(Atom base)
public FBoxAtom(Atom base, java.awt.Color bg, java.awt.Color line)
public Box createBox(TeXEnvironment env)
AtomBox, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...