Class DynamicAtom
java.lang.Object
org.scilab.forge.jlatexmath.Atom
org.scilab.forge.jlatexmath.dynamic.DynamicAtom
- All Implemented Interfaces:
Cloneable
This kind of atom is used to have a dynamic content
which comes from an other soft such as ggb.
The goal is to avoid the reparsing (and the reatomization)
of the expression.
-
Field Summary
Fields inherited from class org.scilab.forge.jlatexmath.Atom
alignment, type, type_limits
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBox
(TeXEnvironment env) Convert this atom into aBox
, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...getAtom()
boolean
static boolean
static void
Methods inherited from class org.scilab.forge.jlatexmath.Atom
clone, getLeftType, getRightType
-
Constructor Details
-
DynamicAtom
-
-
Method Details
-
hasAnExternalConverterFactory
public static boolean hasAnExternalConverterFactory() -
setExternalConverterFactory
-
getInsertMode
public boolean getInsertMode() -
getAtom
-
createBox
Description copied from class:Atom
Convert this atom into aBox
, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...
-