Package | Description |
---|---|
org.scilab.forge.jlatexmath | |
org.scilab.forge.jlatexmath.dynamic |
Modifier and Type | Class and Description |
---|---|
class |
AccentedAtom
An atom representing another atom with an accent symbol above it.
|
class |
BigDelimiterAtom
An atom representing a big delimiter (for left and right commands).
|
class |
BigOperatorAtom
An atom representing a "big operator" (or an atom that acts as one) together
with its limits.
|
class |
BoldAtom
An atom representing a bold atom.
|
class |
BreakMarkAtom
An empty atom just to add a mark.
|
class |
CedillaAtom
An atom with a cedilla.
|
class |
CharAtom
An atom representing exactly one alphanumeric character and the text style in which
it should be drawn.
|
class |
CharSymbol
An common superclass for atoms that represent one single character
and access the font information.
|
class |
ColorAtom
An atom representing the foreground and background color of an other atom.
|
class |
CumulativeScriptsAtom
An atom representing a reflected Atom.
|
class |
DdotsAtom
An atom representing ddots.
|
class |
DoubleFramedAtom
An atom representing a boxed base atom.
|
class |
EmptyAtom
An empty atom.
|
class |
FBoxAtom
An atom representing a boxed base atom.
|
class |
FcscoreAtom
An atom with representing an L with a caron.
|
class |
FencedAtom
An atom representing a base atom surrounded with delimiters that change their size
according to the height of the base.
|
class |
FixedCharAtom
An atom representing a fixed character (not depending on a text style).
|
class |
FractionAtom
An atom representing a fraction.
|
class |
GeoGebraLogoAtom |
class |
GraphicsAtom
An atom representing an atom containing a graphic.
|
class |
HdotsforAtom
An atom used in array mode to write on several columns.
|
class |
HlineAtom
An atom representing a hline in array environment
|
class |
IddotsAtom
An atom representing iddots.
|
class |
IJAtom
An atom with representing an IJ.
|
class |
ItAtom
An atom representing a italic atom.
|
class |
JavaFontRenderingAtom
The string rendering is made in using Java Graphics2D.drawString.
|
class |
LapedAtom
An atom representing a laped atom (i.e.
|
class |
LaTeXAtom
An atom representing whitespace.
|
class |
LCaronAtom
An atom with representing an L with a caron.
|
class |
MathAtom
An atom representing a math atom.
|
class |
MatrixAtom
A box representing a matrix.
|
class |
MiddleAtom
An atom representing a middle atom which must be rounded by a left and right delimiter.
|
class |
MonoScaleAtom
An atom representing a mono scale Atom.
|
class |
MulticolumnAtom
An atom used in array mode to write on several columns.
|
class |
MultlineAtom
An atom representing a vertical row of other atoms.
|
class |
NthRoot
An atom representing an nth-root construction.
|
class |
OgonekAtom
An atom with an ogonek.
|
class |
OvalAtom
An atom representing a boxed base atom.
|
class |
OverlinedAtom
An atom representing another atom with a horizontal line above it
|
class |
OverUnderDelimiter
A box representing another atom with a delimiter and a script above or under it,
with script and delimiter seperated by a kern.
|
class |
PhantomAtom
An atom representing another atom that should be drawn invisibly.
|
class |
RaiseAtom
An atom representing a scaled Atom.
|
class |
ReflectAtom
An atom representing a reflected Atom.
|
class |
ResizeAtom
An atom representing a scaled Atom.
|
class |
RomanAtom
An atom representing a roman atom.
|
class |
RotateAtom
An atom representing a rotated Atom.
|
class |
RowAtom
An atom representing a horizontal row of other atoms, to be seperated by glue.
|
class |
RuleAtom
An atom representing a rule.
|
class |
ScaleAtom
An atom representing a scaled Atom.
|
class |
ScriptsAtom
An atom representing scripts to be attached to another atom.
|
class |
ShadowAtom
An atom representing a boxed base atom.
|
class |
SmallCapAtom
An atom representing a small capital atom.
|
class |
SmashedAtom
An atom representing a smashed atom (i.e.
|
class |
SpaceAtom
An atom representing whitespace.
|
class |
SsAtom
An atom representing a sans serif atom.
|
class |
StrikeThroughAtom
An atom representing a smashed atom (i.e.
|
class |
StyleAtom
An atom representing a modification of style in a formula (e.g.
|
class |
SymbolAtom
A box representing a symbol (a non-alphanumeric character).
|
class |
tcaronAtom
An atom with representing an t with a caron.
|
class |
TextCircledAtom
An atom with representing an t with a caron.
|
class |
TextStyleAtom
An atom representing a modification of style in a formula (e.g.
|
class |
TStrokeAtom
An atom with a stroked T
|
class |
TtAtom
An atom representing a typewriter atom.
|
class |
TypedAtom
An atom representing another atom with an overrided lefttype and righttype.
|
class |
UnderOverArrowAtom
An atom representing an other atom with an extensible arrow or doublearrow over or under it.
|
class |
UnderOverAtom
An atom representing another atom with an atom above it (if not null) seperated
by a kern and in a smaller size depending on "overScriptSize" and/or an atom under
it (if not null) seperated by a kern and in a smaller size depending on "underScriptSize"
|
class |
UnderscoreAtom
An atom representing an underscore.
|
class |
VCenteredAtom
An atom representing another atom vertically centered with respect to the axis
(determined by a general TeXFont parameter)
|
class |
VdotsAtom
An atom representing vdots.
|
class |
VlineAtom
An atom representing a hline in array environment
|
class |
VRowAtom
An atom representing a vertical row of other atoms.
|
class |
XArrowAtom
An atom representing an extensible left or right arrow to handle xleftarrow and xrightarrow commands in LaTeX.
|
Modifier and Type | Field and Description |
---|---|
protected Atom |
BigOperatorAtom.base |
protected Atom |
SmallCapAtom.base |
Atom |
MiddleAtom.base |
protected Atom |
RomanAtom.base |
protected Atom |
FBoxAtom.base |
protected Atom |
AccentedAtom.base |
protected Atom |
MathAtom.base |
protected Atom |
ScaleAtom.base |
protected Atom |
MulticolumnAtom.cols |
Atom |
TeXFormula.root |
protected Atom |
AccentedAtom.underbase |
Modifier and Type | Field and Description |
---|---|
java.util.LinkedList<java.util.LinkedList<Atom>> |
ArrayOfAtoms.array |
protected java.util.LinkedList<Atom> |
RowAtom.elements |
protected java.util.LinkedList<Atom> |
VRowAtom.elements |
Modifier and Type | Method and Description |
---|---|
static Atom |
PredefMacros.above_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.abovewithdelims_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.accent_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.accent_macros(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.accentbis_macros(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.accentset_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.alignatATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.alignATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.alignedatATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.alignedATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.approxcolon_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.approxcoloncolon_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.arrayATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.atop_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.atopwithdelims_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.backslashcr_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.bf_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.bgcolor_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.big_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.Big_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.bigg_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.Bigg_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.biggl_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.Biggl_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.biggr_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.Biggr_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.bigl_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.Bigl_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.bigr_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.Bigr_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.binom_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.boldsymbol_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.Braket_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.cedilla_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.cfrac_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.char_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.choose_macro(TeXParser tp,
java.lang.String[] args) |
Atom |
Atom.clone() |
static Atom |
PredefMacros.clrlap_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.colonapprox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.coloncolon_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.coloncolonapprox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.coloncolonequals_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.coloncolonminus_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.coloncolonsim_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.colonequals_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.colonminus_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.colonsim_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.colorbox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.cong_macro(TeXParser tp,
java.lang.String[] args) |
Atom |
TeXParser.convertCharacter(char c,
boolean oneChar)
Convert a character in the corresponding atom in using the file TeXFormulaSettings.xml for non-alphanumeric characters
|
static Atom |
PredefMacros.cr_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.ddots_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.DeclareMathSizes_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.definecolor_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.displaystyle_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.doteq_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.dotminus_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.doublebox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.dstrok_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.Dstrok_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.equalscolon_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.equalscoloncolon_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.fbox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.fcolorbox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.fcscore_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.fgcolor_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.flalignATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.frac_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.gatherATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.gatheredATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.genfrac_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.GeoGebra_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.geoprop_macro(TeXParser tp,
java.lang.String[] args) |
Atom |
TeXParser.getArgument()
Get the argument of a command in his atomic format
|
Atom |
TypedAtom.getBase() |
Atom |
TeXParser.getFormulaAtom()
Get the atom represented by the current formula
|
Atom |
TeXParser.getLastAtom()
Get the last atom of the current formula
|
Atom |
RowAtom.getLastAtom() |
Atom |
VRowAtom.getLastAtom() |
static Atom |
PredefMacros.grkaccent_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.hdotsfor_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.hline_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.hphantom_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.hstrok_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.Hstrok_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.hvspace_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.iddots_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.idotsint_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.iiiint_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.iiint_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.iint_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.IJ_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.includegraphics_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.insertBreakMark_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.int_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.intertext_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.it_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.jlatexmathcumsub_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.jlatexmathcumsup_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.jlmDynamic_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.jlmExternalFont_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.jlmText_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.jlmTextbf_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.jlmTextit_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.jlmTextitbf_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.jlmXML_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.joinrel_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.kern_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.LaTeX_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.LCaron_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.left_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.leftbracket_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.leftparenthesis_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.limits_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.lmoustache_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.magnification_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.makeatletter_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.makeatother_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathbf_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathbin_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathclose_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathclrlap_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathinner_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathit_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathop_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathopen_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathord_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathpunct_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathrel_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathrm_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathsf_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mathtt_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.matrixATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.mbox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.middle_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.minuscolon_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.minuscoloncolon_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.multicolumn_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.multlineATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.muskip_macros(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.nbsp_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.newcommand_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.newenvironment_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.nolimits_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.normal_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.ogonek_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.oint_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.ovalbox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.over_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.overbrace_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.overbrack_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.overleftarrow_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.overleftrightarrow_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.overline_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.overparen_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.overrightarrow_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.overset_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.overwithdelims_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.phantom_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.prescript_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.quad_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.raisebox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.ratio_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.reflectbox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.renewcommand_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.renewenvironment_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.resizebox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.rm_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.rmoustache_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.romannumeral_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.rotatebox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.rule_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.sc_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.scalebox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.scriptscriptstyle_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.scriptstyle_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.Set_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.sf_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.sfrac_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.shadowbox_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.shoveleft_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.shoveright_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.sideset_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.simcolon_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.simcoloncolon_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.size_macros(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.smallfrowneq_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.smallmatrixATATenv_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.smash_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.spATbreve_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.spAThat_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.sqrt_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.st_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.stackbin_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.stackrel_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.surd_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.T_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.tcaron_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.text_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.textcircled_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.textcolor_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.textsc_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.textstyle_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.textstyle_macros(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.TStroke_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.tt_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.underaccent_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.underbrace_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.underbrack_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.underleftarrow_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.underleftrightarrow_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.underline_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.underparen_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.underrightarrow_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.underscore_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.underset_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.undertilde_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.vdots_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.vphantom_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.xleftarrow_macro(TeXParser tp,
java.lang.String[] args) |
static Atom |
PredefMacros.xrightarrow_macro(TeXParser tp,
java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
TeXFormula |
TeXFormula.add(Atom el)
Inserts an atom at the end of the current formula
|
void |
RowAtom.add(Atom el) |
void |
VRowAtom.add(Atom el) |
void |
TeXParser.addAtom(Atom at)
Put an atom in the current formula
|
void |
OverUnderDelimiter.addScript(Atom script) |
void |
VRowAtom.append(Atom el) |
Constructor and Description |
---|
AccentedAtom(Atom base,
Atom accent) |
AccentedAtom(Atom base,
Atom accent,
boolean changeSize) |
AccentedAtom(Atom base,
java.lang.String accentName)
Creates an AccentedAtom from a base atom and an accent symbol defined by its name
|
AccentedAtom(Atom base,
TeXFormula acc)
Creates an AccentedAtom from a base atom and an accent symbol defined as a TeXFormula.
|
BigOperatorAtom(Atom base,
Atom under,
Atom over)
Creates a new BigOperatorAtom from the given atoms.
|
BigOperatorAtom(Atom base,
Atom under,
Atom over,
boolean limits)
Creates a new BigOperatorAtom from the given atoms.
|
BoldAtom(Atom base) |
CedillaAtom(Atom base) |
ColorAtom(Atom atom,
java.awt.Color bg,
java.awt.Color c)
Creates a new ColorAtom that sets the given colors for the given atom.
|
CumulativeScriptsAtom(Atom base,
Atom sub,
Atom sup) |
DoubleFramedAtom(Atom base) |
Dummy(Atom a)
Creates a new Dummy for the given atom.
|
FBoxAtom(Atom base) |
FBoxAtom(Atom base,
java.awt.Color bg,
java.awt.Color line) |
FencedAtom(Atom base,
SymbolAtom l,
java.util.List m,
SymbolAtom r) |
FencedAtom(Atom base,
SymbolAtom l,
SymbolAtom r)
Creates a new FencedAtom from the given base and delimiters
|
FractionAtom(Atom num,
Atom den)
Uses the default thickness for the fraction line
|
FractionAtom(Atom num,
Atom den,
boolean rule)
Uses the default thickness for the fraction line
|
FractionAtom(Atom num,
Atom den,
boolean noDef,
int unit,
float t)
Depending on noDef, the given thickness and unit will be used (<-> the default
thickness).
|
FractionAtom(Atom num,
Atom den,
boolean rule,
int numAlign,
int denomAlign)
Uses the default thickness for the fraction line.
|
FractionAtom(Atom num,
Atom den,
float defFactor,
int numAlign,
int denomAlign)
The thickness of the fraction line will be "defFactor" times the default thickness.
|
FractionAtom(Atom num,
Atom den,
int unit,
float t)
The thickness of the fraction line is determined by the given value "t" in the
given unit.
|
FractionAtom(Atom num,
Atom den,
int unit,
float t,
int numAlign,
int denomAlign)
The thickness of the fraction line is determined by the given value "t" in the
given unit.
|
ItAtom(Atom base) |
LapedAtom(Atom at,
char type) |
MathAtom(Atom base,
int style) |
MiddleAtom(Atom at) |
MonoScaleAtom(Atom base,
float factor) |
MulticolumnAtom(int n,
java.lang.String align,
Atom cols) |
NthRoot(Atom base,
Atom root) |
OgonekAtom(Atom base) |
OvalAtom(Atom base) |
OverlinedAtom(Atom f) |
OverUnderDelimiter(Atom base,
Atom script,
SymbolAtom s,
int kernUnit,
float kern,
boolean over) |
PhantomAtom(Atom el) |
PhantomAtom(Atom el,
boolean width,
boolean height,
boolean depth) |
RaiseAtom(Atom base,
int runit,
float r,
int hunit,
float h,
int dunit,
float d) |
ReflectAtom(Atom base) |
ResizeAtom(Atom base,
java.lang.String ws,
java.lang.String hs,
boolean keepaspectratio) |
RomanAtom(Atom base) |
RotateAtom(Atom base,
double angle,
java.lang.String option) |
RotateAtom(Atom base,
java.lang.String angle,
java.lang.String option) |
RowAtom(Atom el) |
ScaleAtom(Atom base,
double xscl,
double yscl) |
ScriptsAtom(Atom base,
Atom sub,
Atom sup) |
ScriptsAtom(Atom base,
Atom sub,
Atom sup,
boolean left) |
ShadowAtom(Atom base) |
SmallCapAtom(Atom base) |
SmashedAtom(Atom at,
java.lang.String opt) |
SsAtom(Atom base) |
StrikeThroughAtom(Atom at) |
StyleAtom(int style,
Atom at) |
TextCircledAtom(Atom at) |
TextStyleAtom(Atom at,
java.lang.String style) |
TtAtom(Atom base) |
TypedAtom(int leftType,
int rightType,
Atom atom) |
UnderOverArrowAtom(Atom base,
boolean over) |
UnderOverArrowAtom(Atom base,
boolean left,
boolean over) |
UnderOverAtom(Atom base,
Atom under,
int underUnit,
float underSpace,
boolean underScriptSize,
Atom over,
int overUnit,
float overSpace,
boolean overScriptSize) |
UnderOverAtom(Atom base,
Atom underOver,
int underOverUnit,
float underOverSpace,
boolean underOverScriptSize,
boolean over) |
VCenteredAtom(Atom atom) |
VRowAtom(Atom el) |
XArrowAtom(Atom over,
Atom under,
boolean left) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicAtom
This kind of atom is used to have a dynamic content
which comes from an other soft such as ggb.
|
Modifier and Type | Method and Description |
---|---|
Atom |
DynamicAtom.getAtom() |