- above_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- abovewithdelims_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- accent_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- accent_macros(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- accentbis_macros(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- AccentedAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing another atom with an accent symbol above it.
- AccentedAtom(Atom, Atom) - Constructor for class org.scilab.forge.jlatexmath.AccentedAtom
-
- AccentedAtom(Atom, Atom, boolean) - Constructor for class org.scilab.forge.jlatexmath.AccentedAtom
-
- AccentedAtom(Atom, String) - Constructor for class org.scilab.forge.jlatexmath.AccentedAtom
-
Creates an AccentedAtom from a base atom and an accent symbol defined by its name
- AccentedAtom(Atom, TeXFormula) - Constructor for class org.scilab.forge.jlatexmath.AccentedAtom
-
Creates an AccentedAtom from a base atom and an accent symbol defined as a TeXFormula.
- accentset_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- add(Box) - Method in class org.scilab.forge.jlatexmath.Box
-
Inserts the given box at the end of the list of child boxes.
- add(int, Box) - Method in class org.scilab.forge.jlatexmath.Box
-
Inserts the given box at the given position in the list of child boxes.
- add(Box) - Method in class org.scilab.forge.jlatexmath.HorizontalBox
-
- add(int, Box) - Method in class org.scilab.forge.jlatexmath.HorizontalBox
-
- add(Atom) - Method in class org.scilab.forge.jlatexmath.RowAtom
-
- add(Atom) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Inserts an atom at the end of the current formula
- add(String) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Parses the given string and inserts the resulting formula
at the end of the current TeXFormula.
- add(TeXFormula) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Inserts the given TeXFormula at the end of the current TeXFormula.
- add(Atom) - Method in class org.scilab.forge.jlatexmath.VRowAtom
-
- addAlphabet(Character.UnicodeBlock, InputStream, String, InputStream, String, InputStream, String) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- addAlphabet(Object, Character.UnicodeBlock[], String) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- addAlphabet(Character.UnicodeBlock, String) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- addAlphabet(AlphabetRegistration) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- addAtom(Atom) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Put an atom in the current formula
- addBreakPosition(int) - Method in class org.scilab.forge.jlatexmath.HorizontalBox
-
- addCol() - Method in class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- addCol(int) - Method in class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- addInterline - Variable in class org.scilab.forge.jlatexmath.VRowAtom
-
- addKern(char, char, float) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- addLigature(char, char, char) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- addNewCommand(String, String, int) - Static method in class org.scilab.forge.jlatexmath.NewCommandMacro
-
- addNewCommand(String, String, int, String) - Static method in class org.scilab.forge.jlatexmath.NewCommandMacro
-
- addNewEnvironment(String, String, String, int) - Static method in class org.scilab.forge.jlatexmath.NewEnvironmentMacro
-
- addPredefinedCommands(InputStream) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- addPredefinedTeXFormula(InputStream) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- addReNewCommand(String, String, int) - Static method in class org.scilab.forge.jlatexmath.NewCommandMacro
-
- addReNewEnvironment(String, String, String, int) - Static method in class org.scilab.forge.jlatexmath.NewEnvironmentMacro
-
- addRow() - Method in class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- addRow() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Add a new row when the parser is in array mode
- addScript(Atom) - Method in class org.scilab.forge.jlatexmath.OverUnderDelimiter
-
- addStrut(int, float, float, float) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Inserts a strut box (whitespace) with the given width, height and depth (in
the given unit) at the end of the current TeXFormula.
- addStrut(int) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Inserts a strut box (whitespace) with the given width, height and depth (in
the given unit) at the end of the current TeXFormula.
- addStrut(int, float, int, float, int, float) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Inserts a strut box (whitespace) with the given width (in widthUnits), height
(in heightUnits) and depth (in depthUnits) at the end of the current TeXFormula.
- addSymbolAtom(String) - Static method in class org.scilab.forge.jlatexmath.SymbolAtom
-
- addSymbolAtom(InputStream, String) - Static method in class org.scilab.forge.jlatexmath.SymbolAtom
-
- addSymbolAtom(SymbolAtom) - Static method in class org.scilab.forge.jlatexmath.SymbolAtom
-
- addSymbolMappings(String) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- addSymbolMappings(InputStream, String) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- addTeXFontDescription(String) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- addTeXFontDescription(InputStream, String) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- addTeXFontDescription(Object, InputStream, String) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- afterVlines - Variable in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- ALIGN - Static variable in class org.scilab.forge.jlatexmath.MatrixAtom
-
- align - Variable in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- ALIGN_BOTTOM - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Alignment constant: extra space will be added above the formula
- ALIGN_CENTER - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Alignment constant: the formula will be centered in the middle.
- ALIGN_LEFT - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Alignment constant: extra space will be added to the right of the formula
- ALIGN_NONE - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Alignment constant: none
- ALIGN_RIGHT - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Alignment constant: extra space will be added to the left of the formula
- ALIGN_TOP - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Alignment constant: extra space will be added under the formula
- ALIGNAT - Static variable in class org.scilab.forge.jlatexmath.MatrixAtom
-
- alignatATATenv_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- alignATATenv_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- ALIGNED - Static variable in class org.scilab.forge.jlatexmath.MatrixAtom
-
- ALIGNEDAT - Static variable in class org.scilab.forge.jlatexmath.MatrixAtom
-
- alignedatATATenv_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- alignedATATenv_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- alignment - Variable in class org.scilab.forge.jlatexmath.Atom
-
- AlphabetRegistration - Interface in org.scilab.forge.jlatexmath
-
- AlphabetRegistrationException - Exception in org.scilab.forge.jlatexmath
-
Signals that an error occured while registering an alphabet
- AlphabetRegistrationException(String) - Constructor for exception org.scilab.forge.jlatexmath.AlphabetRegistrationException
-
- angle - Variable in class org.scilab.forge.jlatexmath.RotateBox
-
- append(String) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- append(boolean, String) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- append(Atom) - Method in class org.scilab.forge.jlatexmath.VRowAtom
-
- approxcolon_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- approxcoloncolon_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- array - Variable in class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- ARRAY - Static variable in class org.scilab.forge.jlatexmath.MatrixAtom
-
- arrayATATenv_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- ArrayOfAtoms - Class in org.scilab.forge.jlatexmath
-
- ArrayOfAtoms() - Constructor for class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- Atom - Class in org.scilab.forge.jlatexmath
-
An abstract superclass for all logical mathematical constructions that can be
a part of a TeXFormula.
- Atom() - Constructor for class org.scilab.forge.jlatexmath.Atom
-
- atop_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- atopwithdelims_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- c - Variable in class org.scilab.forge.jlatexmath.CharFont
-
- CAPITALS - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- CC - Static variable in class org.scilab.forge.jlatexmath.RotateBox
-
- cedilla_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- CedillaAtom - Class in org.scilab.forge.jlatexmath
-
An atom with a cedilla.
- CedillaAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.CedillaAtom
-
- centerOnAxis() - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Centers the current TeXformula vertically on the axis (defined by the parameter
"axisheight" in the resource "DefaultTeXFont.xml".
- cfrac_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- changeAtom(FixedCharAtom) - Method in class org.scilab.forge.jlatexmath.Dummy
-
Changes this atom into the given "ligature atom".
- Char - Class in org.scilab.forge.jlatexmath
-
Represents a character together with its font, font ID and metric information.
- Char(char, Font, int, Metrics) - Constructor for class org.scilab.forge.jlatexmath.Char
-
- char_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- CharAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing exactly one alphanumeric character and the text style in which
it should be drawn.
- CharAtom(char, String) - Constructor for class org.scilab.forge.jlatexmath.CharAtom
-
Creates a CharAtom that will represent the given character in the given text style.
- CharBox - Class in org.scilab.forge.jlatexmath
-
A box representing a single character.
- CharBox(Char) - Constructor for class org.scilab.forge.jlatexmath.CharBox
-
Create a new CharBox that will represent the character defined by the given
Char-object.
- CharFont - Class in org.scilab.forge.jlatexmath
-
Represents a specific character in a specific font (identified by its font ID).
- CharFont(char, int) - Constructor for class org.scilab.forge.jlatexmath.CharFont
-
- CharFont(char, int, int) - Constructor for class org.scilab.forge.jlatexmath.CharFont
-
- CharSymbol - Class in org.scilab.forge.jlatexmath
-
An common superclass for atoms that represent one single character
and access the font information.
- CharSymbol() - Constructor for class org.scilab.forge.jlatexmath.CharSymbol
-
- CHARTODEL_MAPPING_EL - Static variable in class org.scilab.forge.jlatexmath.TeXFormulaSettingsParser
-
- checkDimensions() - Method in class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- checkUnit(int) - Static method in class org.scilab.forge.jlatexmath.SpaceAtom
-
Check if the given unit is valid
- children - Variable in class org.scilab.forge.jlatexmath.Box
-
List of child boxes
- choose_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- CL - Static variable in class org.scilab.forge.jlatexmath.RotateBox
-
- clearCache() - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
Clear the cache
- clone() - Method in class org.scilab.forge.jlatexmath.Atom
-
- cloneBox() - Method in class org.scilab.forge.jlatexmath.HorizontalBox
-
- clrlap_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- col - Variable in class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- col - Variable in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- colonapprox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- coloncolon_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- coloncolonapprox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- coloncolonequals_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- coloncolonminus_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- coloncolonsim_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- colonequals_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- colonminus_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- colonsim_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- ColorAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing the foreground and background color of an other atom.
- ColorAtom(Atom, Color, Color) - Constructor for class org.scilab.forge.jlatexmath.ColorAtom
-
Creates a new ColorAtom that sets the given colors for the given atom.
- ColorAtom(Color, Color, ColorAtom) - Constructor for class org.scilab.forge.jlatexmath.ColorAtom
-
Creates a ColorAtom that overrides the colors of the given ColorAtom if the given
colors are not null.
- colorbox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- Colors - Static variable in class org.scilab.forge.jlatexmath.ColorAtom
-
- cols - Variable in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- Commands - Static variable in class org.scilab.forge.jlatexmath.MacroInfo
-
- cong_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- convertCharacter(char, boolean) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Convert a character in the corresponding atom in using the file TeXFormulaSettings.xml for non-alphanumeric characters
- copy() - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- copy() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- copy(TeXFont) - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- copy() - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- CR - Static variable in class org.scilab.forge.jlatexmath.RotateBox
-
- cr_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- crampStyle() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- create(SymbolAtom, TeXEnvironment, int) - Static method in class org.scilab.forge.jlatexmath.DelimiterFactory
-
- create(String, TeXEnvironment, float) - Static method in class org.scilab.forge.jlatexmath.DelimiterFactory
-
- create(boolean, TeXEnvironment, float) - Static method in class org.scilab.forge.jlatexmath.XLeftRightArrowFactory
-
- create(TeXEnvironment, float) - Static method in class org.scilab.forge.jlatexmath.XLeftRightArrowFactory
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.AccentedAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.Atom
-
Convert this atom into a
Box
, using properties set by "parent"
atoms, like the TeX style, the last used font, color settings, ...
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.BigDelimiterAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.BigOperatorAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.BoldAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.BreakMarkAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.CedillaAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.CharAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.ColorAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.CumulativeScriptsAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.DdotsAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.DoubleFramedAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.Dummy
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.dynamic.DynamicAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.EmptyAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.FBoxAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.FcscoreAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.FencedAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.FixedCharAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.FractionAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.GeoGebraLogoAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.GraphicsAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.HdotsforAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.HlineAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.IddotsAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.IJAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.ItAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.JavaFontRenderingAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.LapedAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.LaTeXAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.LCaronAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.MathAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.MatrixAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.MiddleAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.MonoScaleAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.MultlineAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.NthRoot
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.OgonekAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.OvalAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.OverlinedAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.OverUnderDelimiter
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.PhantomAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.RaiseAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.ReflectAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.ResizeAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.RomanAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.RotateAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.RowAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.RuleAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.ScaleAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.ScriptsAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.ShadowAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.SmallCapAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.SmashedAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.SpaceAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.SsAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.StrikeThroughAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.StyleAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.SymbolAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.tcaronAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.TextCircledAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.TextStyleAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.TStrokeAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.TtAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.TypedAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.UnderOverArrowAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.UnderOverAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.UnderscoreAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.VCenteredAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.VdotsAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.VlineAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.VRowAtom
-
- createBox(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.XArrowAtom
-
- createBufferedImage(String, int, float, Color, Color) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createBufferedImage(int, float, Color, Color) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createFont(String) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- createFont(InputStream, String) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- createGIF(int, float, String, Color, Color) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createGlueTable() - Method in class org.scilab.forge.jlatexmath.GlueSettingsParser
-
- createImage(String, int, float, String, Color, Color, boolean) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createJPEG(int, float, String, Color, Color) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createPNG(int, float, String, Color, Color) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createTeXIcon(int, float) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Creates a TeXIcon from this TeXFormula using the default TeXFont in the given
point size and starting from the given TeX style.
- createTeXIcon(int, float, int) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createTeXIcon(int, float, int, Color) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createTeXIcon(int, float, boolean) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createTeXIcon(int, float, int, float, int) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createTeXIcon(int, float, int, int, float, int) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createTeXIcon(int, float, int, float, int, int, float) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- createTeXIcon(int, float, int, int, float, int, int, float) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- CumulativeScriptsAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a reflected Atom.
- CumulativeScriptsAtom(Atom, Atom, Atom) - Constructor for class org.scilab.forge.jlatexmath.CumulativeScriptsAtom
-
- CyrillicRegistration - Class in org.scilab.forge.jlatexmath.cyrillic
-
- CyrillicRegistration() - Constructor for class org.scilab.forge.jlatexmath.cyrillic.CyrillicRegistration
-
- ddots_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- DdotsAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing ddots.
- DdotsAtom() - Constructor for class org.scilab.forge.jlatexmath.DdotsAtom
-
- DEBUG - Static variable in class org.scilab.forge.jlatexmath.Box
-
- DeclareMathSizes_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- defaultSize - Static variable in class org.scilab.forge.jlatexmath.TeXIcon
-
- DefaultTeXFont - Class in org.scilab.forge.jlatexmath
-
The default implementation of the TeXFont-interface.
- DefaultTeXFont(float) - Constructor for class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- DefaultTeXFont(float, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- DefaultTeXFont(float, float, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- DefaultTeXFontParser - Class in org.scilab.forge.jlatexmath
-
Parses the font information from an XML-file.
- DefaultTeXFontParser() - Constructor for class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- DefaultTeXFontParser(InputStream, String) - Constructor for class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- DefaultTeXFontParser(Object, InputStream, String) - Constructor for class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- definecolor_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- delim - Variable in class org.scilab.forge.jlatexmath.BigDelimiterAtom
-
- DELIM_BRACE - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's: brace
- DELIM_BRACKET - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's: parenthesis
- DELIM_DOUBLE_LEFT_ARROW - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's:
arrow with two lines pointing to the left
- DELIM_DOUBLE_LEFT_RIGHT_ARROW - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's:
arrow with two lines pointing to the left and to the right
- DELIM_DOUBLE_LINE - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's:
underline twice
- DELIM_DOUBLE_RIGHT_ARROW - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's:
arrow with two lines pointing to the right
- DELIM_LEFT_ARROW - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's:
arrow with single line pointing to the left
- DELIM_LEFT_RIGHT_ARROW - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's:
arrow with single line pointing to the left and to the right
- DELIM_RIGHT_ARROW - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's:
arrow with single line pointing to the right
- DELIM_SINGLE_LINE - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's:
underline once
- DELIM_SQUARE_BRACKET - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Delimiter type constant for putting delimiters over and under formula's: square bracket
- DELIMITER_ATTR - Static variable in class org.scilab.forge.jlatexmath.TeXSymbolParser
-
- DelimiterFactory - Class in org.scilab.forge.jlatexmath
-
Responsible for creating a box containing a delimiter symbol that exists
in different sizes.
- DelimiterFactory() - Constructor for class org.scilab.forge.jlatexmath.DelimiterFactory
-
- DelimiterMappingNotFoundException - Exception in org.scilab.forge.jlatexmath
-
Signals a missing character-to-delimiter mapping.
- DelimiterMappingNotFoundException(char) - Constructor for exception org.scilab.forge.jlatexmath.DelimiterMappingNotFoundException
-
- denomStyle() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- depth - Variable in class org.scilab.forge.jlatexmath.Box
-
The depth of this box, i.e.
- DEPTH - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- deriveFont(float) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- deriveFont(float) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
Derives a new
TeXFont
object with the given point size
- displaystyle_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- doteq_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- dotminus_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- doublebox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- DoubleFramedAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a boxed base atom.
- DoubleFramedAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.DoubleFramedAtom
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.Box
-
Paints this box at the given coordinates using the given graphics context.
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.CharBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.FcscoreBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.FramedBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.GeoGebraLogoBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.GlueBox
-
- draw() - Method in class org.scilab.forge.jlatexmath.GraphicsAtom
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.GraphicsBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.HorizontalBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.HorizontalRule
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.JavaFontRenderingBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.OvalBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.OverUnderBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.ReflectBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.RotateBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.ScaleBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.ShadowBox
-
- draw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.StrutBox
-
- drawDebug(Graphics2D, float, float, boolean) - Method in class org.scilab.forge.jlatexmath.Box
-
- drawDebug(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.Box
-
- dstrok_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- Dstrok_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- Dummy - Class in org.scilab.forge.jlatexmath
-
Used by RowAtom.
- Dummy(Atom) - Constructor for class org.scilab.forge.jlatexmath.Dummy
-
Creates a new Dummy for the given atom.
- DynamicAtom - Class in org.scilab.forge.jlatexmath.dynamic
-
This kind of atom is used to have a dynamic content
which comes from an other soft such as ggb.
- DynamicAtom(String, String) - Constructor for class org.scilab.forge.jlatexmath.dynamic.DynamicAtom
-
- factor - Variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- fbox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- FBoxAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a boxed base atom.
- FBoxAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.FBoxAtom
-
- FBoxAtom(Atom, Color, Color) - Constructor for class org.scilab.forge.jlatexmath.FBoxAtom
-
- fcolorbox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- fcscore_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- FcscoreAtom - Class in org.scilab.forge.jlatexmath
-
An atom with representing an L with a caron.
- FcscoreAtom(int) - Constructor for class org.scilab.forge.jlatexmath.FcscoreAtom
-
- FcscoreBox - Class in org.scilab.forge.jlatexmath
-
A box representing glue.
- FcscoreBox(int, float, float, float, boolean) - Constructor for class org.scilab.forge.jlatexmath.FcscoreBox
-
- FencedAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a base atom surrounded with delimiters that change their size
according to the height of the base.
- FencedAtom(Atom, SymbolAtom, SymbolAtom) - Constructor for class org.scilab.forge.jlatexmath.FencedAtom
-
Creates a new FencedAtom from the given base and delimiters
- FencedAtom(Atom, SymbolAtom, List, SymbolAtom) - Constructor for class org.scilab.forge.jlatexmath.FencedAtom
-
- fgcolor_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- finish() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
- FixedCharAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a fixed character (not depending on a text style).
- FixedCharAtom(CharFont) - Constructor for class org.scilab.forge.jlatexmath.FixedCharAtom
-
- FLALIGN - Static variable in class org.scilab.forge.jlatexmath.MatrixAtom
-
- flalignATATenv_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- Font_ID - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- FontAlreadyLoadedException - Exception in org.scilab.forge.jlatexmath
-
- FontAlreadyLoadedException(String) - Constructor for exception org.scilab.forge.jlatexmath.FontAlreadyLoadedException
-
- fontId - Variable in class org.scilab.forge.jlatexmath.CharFont
-
- FontInfo - Class in org.scilab.forge.jlatexmath
-
Contains all the font information for 1 font.
- FontInfo(int, Object, String, String, int, float, float, float, String, String, String, String, String) - Constructor for class org.scilab.forge.jlatexmath.FontInfo
-
- foreground - Variable in class org.scilab.forge.jlatexmath.Box
-
The foreground color of the whole box.
- FormulaNotFoundException - Exception in org.scilab.forge.jlatexmath
-
Signals that unknown predefined TeXFormula name was used.
- FormulaNotFoundException(String) - Constructor for exception org.scilab.forge.jlatexmath.FormulaNotFoundException
-
- frac_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- FractionAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a fraction.
- FractionAtom(Atom, Atom) - Constructor for class org.scilab.forge.jlatexmath.FractionAtom
-
Uses the default thickness for the fraction line
- FractionAtom(Atom, Atom, boolean) - Constructor for class org.scilab.forge.jlatexmath.FractionAtom
-
Uses the default thickness for the fraction line
- FractionAtom(Atom, Atom, boolean, int, float) - Constructor for class org.scilab.forge.jlatexmath.FractionAtom
-
Depending on noDef, the given thickness and unit will be used (<-> the default
thickness).
- FractionAtom(Atom, Atom, boolean, int, int) - Constructor for class org.scilab.forge.jlatexmath.FractionAtom
-
Uses the default thickness for the fraction line.
- FractionAtom(Atom, Atom, float, int, int) - Constructor for class org.scilab.forge.jlatexmath.FractionAtom
-
The thickness of the fraction line will be "defFactor" times the default thickness.
- FractionAtom(Atom, Atom, int, float, int, int) - Constructor for class org.scilab.forge.jlatexmath.FractionAtom
-
The thickness of the fraction line is determined by the given value "t" in the
given unit.
- FractionAtom(Atom, Atom, int, float) - Constructor for class org.scilab.forge.jlatexmath.FractionAtom
-
The thickness of the fraction line is determined by the given value "t" in the
given unit.
- FramedBox - Class in org.scilab.forge.jlatexmath
-
A box representing a rotated box.
- FramedBox(Box, float, float) - Constructor for class org.scilab.forge.jlatexmath.FramedBox
-
- FramedBox(Box, float, float, Color, Color) - Constructor for class org.scilab.forge.jlatexmath.FramedBox
-
- GATHER - Static variable in class org.scilab.forge.jlatexmath.MultlineAtom
-
- gatherATATenv_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- GATHERED - Static variable in class org.scilab.forge.jlatexmath.MultlineAtom
-
- gatheredATATenv_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- GEN_SET_EL - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- genfrac_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- GeoGebra_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- GeoGebraLogoAtom - Class in org.scilab.forge.jlatexmath
-
- GeoGebraLogoAtom() - Constructor for class org.scilab.forge.jlatexmath.GeoGebraLogoAtom
-
- GeoGebraLogoBox - Class in org.scilab.forge.jlatexmath
-
A box representing a box containing a graphics.
- GeoGebraLogoBox(float, float) - Constructor for class org.scilab.forge.jlatexmath.GeoGebraLogoBox
-
- geoprop_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- get(int, int, TeXEnvironment) - Static method in class org.scilab.forge.jlatexmath.Glue
-
Creates a box representing the glue type according to the "glue rules" based
on the atom types between which the glue must be inserted.
- get(String) - Static method in class org.scilab.forge.jlatexmath.SymbolAtom
-
Looks up the name in the table and returns the corresponding SymbolAtom representing
the symbol (if it's found).
- get(String) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
Get a predefined TeXFormula.
- getAddInterline() - Method in class org.scilab.forge.jlatexmath.VRowAtom
-
- getArgument() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Get the argument of a command in his atomic format
- getAsText(String, int) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- getAsVRow() - Method in class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- getAtom() - Method in class org.scilab.forge.jlatexmath.dynamic.DynamicAtom
-
- getAxisHeight(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getAxisHeight(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getBackground() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getBase() - Method in class org.scilab.forge.jlatexmath.TypedAtom
-
- getBaseLine() - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
- getBigOpSpacing1(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getBigOpSpacing1(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getBigOpSpacing2(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getBigOpSpacing2(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getBigOpSpacing3(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getBigOpSpacing3(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getBigOpSpacing4(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getBigOpSpacing4(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getBigOpSpacing5(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getBigOpSpacing5(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getBold() - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getBold() - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getBoldId() - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getBottom() - Method in class org.scilab.forge.jlatexmath.Extension
-
- getBox() - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
- getCachedTeXFormula(String, int, int, int, int, Color) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
Get a cached formula
- getCachedTeXFormula(String, int, int, int) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
- getCachedTeXFormulaDimensions(String, int, int, int, int, Color) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
- getCachedTeXFormulaDimensions(String, int, int, int) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
- getCachedTeXFormulaDimensions(Object) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
- getCachedTeXFormulaImage(String, int, int, int, int, Color) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
Get a cached formula
- getCachedTeXFormulaImage(String, int, int, int) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
- getCachedTeXFormulaImage(Object) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
Get a cached formula
- getChar() - Method in class org.scilab.forge.jlatexmath.Char
-
- getChar(char, String, int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getChar(CharFont, int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getChar(String, int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getChar(char, String, int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
Get a Char-object specifying the given character in the given text style with
metric information depending on the given "style".
- getChar(CharFont, int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
Get a Char-object for this specific character containing the metric information
- getChar(String, int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
Get a Char-object for the given symbol with metric information depending on
"style".
- getCharacter() - Method in class org.scilab.forge.jlatexmath.CharAtom
-
- getCharFont() - Method in class org.scilab.forge.jlatexmath.Char
-
- getCharFont(TeXFont) - Method in class org.scilab.forge.jlatexmath.CharAtom
-
- getCharFont(TeXFont) - Method in class org.scilab.forge.jlatexmath.CharSymbol
-
Get the CharFont-object that uniquely identifies the character that is represented
by this atom.
- getCharFont(TeXFont) - Method in class org.scilab.forge.jlatexmath.Dummy
-
This method will only be called if isCharSymbol returns true.
- getCharFont(TeXFont) - Method in class org.scilab.forge.jlatexmath.FixedCharAtom
-
- getCharFont(TeXFont) - Method in class org.scilab.forge.jlatexmath.SymbolAtom
-
- getCol() - Method in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- getCol() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Get the number of the current column
- getColor(String) - Static method in class org.scilab.forge.jlatexmath.ColorAtom
-
- getColor() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getCols() - Method in class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- getColumnSep(TeXEnvironment, float) - Method in class org.scilab.forge.jlatexmath.MatrixAtom
-
- getDefaultChar(char, int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getDefaultChar(char, int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
Get a Char-object specifying the given character in the default text style with
metric information depending on the given "style".
- getDefaultRuleThickness(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getDefaultRuleThickness(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getDenom1(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getDenom1(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getDenom2(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getDenom2(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getDepth() - Method in class org.scilab.forge.jlatexmath.Box
-
Get the depth of this box.
- getDepth() - Method in class org.scilab.forge.jlatexmath.Char
-
- getDepth() - Method in class org.scilab.forge.jlatexmath.Metrics
-
- getDollarGroup(char) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Get the contents between two delimiters
- getElderParent() - Method in class org.scilab.forge.jlatexmath.Box
-
- getEM(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getEM(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getExtension(Char, int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getExtension(char) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getExtension(Char, int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
Get an Extension-object for the given Char containing the 4 possible parts to
build an arbitrary large variant.
- getExternalConverter() - Method in interface org.scilab.forge.jlatexmath.dynamic.ExternalConverterFactory
-
- getExternalFont(Character.UnicodeBlock) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- getFactor(int, TeXEnvironment) - Static method in class org.scilab.forge.jlatexmath.SpaceAtom
-
- getFloatAndCheck(String, Element) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- getFont() - Method in class org.scilab.forge.jlatexmath.Char
-
- getFont() - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getFont(int) - Static method in class org.scilab.forge.jlatexmath.FontInfo
-
- getFontCode() - Method in class org.scilab.forge.jlatexmath.Char
-
- getFormulaAtom() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Get the atom represented by the current formula
- getGlueTypes() - Method in class org.scilab.forge.jlatexmath.GlueSettingsParser
-
- getGroup(char, char) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Get the contents between two delimiters
- getGroup(String, String) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Get the contents between two strings as in \begin{foo}...\end{foo}
- getHeight() - Method in class org.scilab.forge.jlatexmath.Box
-
Get the height of this box.
- getHeight() - Method in class org.scilab.forge.jlatexmath.Char
-
- getHeight() - Method in class org.scilab.forge.jlatexmath.Metrics
-
- getIconDepth() - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
Get the total height of the TeXIcon.
- getIconHeight() - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
Get the total height of the TeXIcon.
- getIconWidth() - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
Get the total width of the TeXIcon.
- getId() - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getInsertMode() - Method in class org.scilab.forge.jlatexmath.dynamic.DynamicAtom
-
- getInsets() - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
Get the insets of the TeXIcon.
- getIntAndCheck(String, Element) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- getInterline() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getIsPartial() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Return true if we get a partial formula
- getIt() - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getIt() - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getItalic() - Method in class org.scilab.forge.jlatexmath.Char
-
- getItalic() - Method in class org.scilab.forge.jlatexmath.Metrics
-
- getItId() - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getKern(CharFont, CharFont, int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getKern(char, char, float) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getKern(CharFont, CharFont, int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
Get the kern value to be inserted between the given characters in the given style.
- getLastAtom() - Method in class org.scilab.forge.jlatexmath.RowAtom
-
- getLastAtom() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Get the last atom of the current formula
- getLastAtom() - Method in class org.scilab.forge.jlatexmath.VRowAtom
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.Box
-
Get the id of the font that will be used the last when this box will be painted.
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.CharBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.FcscoreBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.FramedBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.GeoGebraLogoBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.GlueBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.GraphicsBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.HorizontalBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.HorizontalRule
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.JavaFontRenderingBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.OvalBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.OverUnderBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.ReflectBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.RotateBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.ScaleBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.ShadowBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.StrutBox
-
- getLastFontId() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getLaTeXString(String) - Method in interface org.scilab.forge.jlatexmath.dynamic.ExternalConverter
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.Atom
-
Get the type of the leftermost child atom.
- getLeftType() - Method in class org.scilab.forge.jlatexmath.ColorAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.Dummy
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.FcscoreAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.FencedAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.GeoGebraLogoAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.PhantomAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.RaiseAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.ResizeAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.RowAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.ScaleAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.ScriptsAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.TypedAtom
-
- getLeftType() - Method in class org.scilab.forge.jlatexmath.UnderOverAtom
-
- getLength(String) - Static method in class org.scilab.forge.jlatexmath.SpaceAtom
-
- getLength() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
- getLigature(CharFont, CharFont) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getLigature(char, char) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getLigature(CharFont, CharFont) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
Get the ligature that replaces both characters (if any).
- getLine() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Get the number of the current line
- getLookAtLastAtom() - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- getMetrics() - Method in class org.scilab.forge.jlatexmath.Char
-
- getMetrics(char) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getMiddle() - Method in class org.scilab.forge.jlatexmath.Extension
-
- getMuFontId() - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getMuFontId() - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getName() - Method in class org.scilab.forge.jlatexmath.Glue
-
Name of this glue object.
- getName() - Method in class org.scilab.forge.jlatexmath.SymbolAtom
-
- getNextLarger(Char, int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getNextLarger(char) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getNextLarger(Char, int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
Get the next larger version of the given character.
- getNum1(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getNum1(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getNum2(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getNum2(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getNum3(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getNum3(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getOptionalFloat(String, Element, float) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- getOptionalInt(String, Element, int) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- getOptsArgs(int, int) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Get the arguments ant the options of a command
- getOrigin(String) - Static method in class org.scilab.forge.jlatexmath.RotateBox
-
- getOverArgument() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
- getPackage() - Method in interface org.scilab.forge.jlatexmath.AlphabetRegistration
-
- getPackage() - Method in class org.scilab.forge.jlatexmath.cyrillic.CyrillicRegistration
-
- getPackage() - Method in class org.scilab.forge.jlatexmath.greek.GreekRegistration
-
- getPackage() - Method in class org.scilab.forge.jlatexmath.URLAlphabetRegistration
-
- getPackage() - Method in class org.scilab.forge.jlatexmath.WebStartAlphabetRegistration
-
- getParent() - Method in class org.scilab.forge.jlatexmath.Box
-
- getPartialTeXFormula(String) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- getPos() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Return the current position in the parsed string
- getQuad(int, int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getQuad(float) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getQuad(int, int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getRepeat() - Method in class org.scilab.forge.jlatexmath.Extension
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.Atom
-
Get the type of the rightermost child atom.
- getRightType() - Method in class org.scilab.forge.jlatexmath.ColorAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.Dummy
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.FcscoreAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.FencedAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.GeoGebraLogoAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.PhantomAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.RaiseAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.ResizeAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.RowAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.ScaleAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.ScriptsAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.TypedAtom
-
- getRightType() - Method in class org.scilab.forge.jlatexmath.UnderOverAtom
-
- getRoman() - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getRoman() - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getRomanId() - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getRow() - Method in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- getRows() - Method in class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- getScaleFactor() - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getScaleFactor() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getScaleFactor() - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getShift() - Method in class org.scilab.forge.jlatexmath.Box
-
Get the shift amount for this box.
- getSize() - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSize() - Method in class org.scilab.forge.jlatexmath.Metrics
-
- getSize() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getSize() - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getSizeFactor(int) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSkew(CharFont, int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSkew(CharFont, int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
Get the kern amount of the character defined by the given CharFont followed by the
"skewchar" of it's font.
- getSkewChar() - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getSkipped() - Method in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- getSmallCap() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getSpace(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSpace(float) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getSpace() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getSpace(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getSs() - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSs() - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getSsId() - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getStringFromCurrentPos() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
- getStyle() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getSub1(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSub1(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getSub2(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSub2(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getSubDrop(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSubDrop(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getSup1(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSup1(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getSup2(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSup2(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getSup3(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSup3(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getSupDrop(int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getSupDrop(int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getTeXFont() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getTeXFontFileName() - Method in interface org.scilab.forge.jlatexmath.AlphabetRegistration
-
- getTeXFontFileName() - Method in class org.scilab.forge.jlatexmath.cyrillic.CyrillicRegistration
-
- getTeXFontFileName() - Method in class org.scilab.forge.jlatexmath.greek.GreekRegistration
-
- getTeXFontFileName() - Method in class org.scilab.forge.jlatexmath.URLAlphabetRegistration
-
- getTeXFontFileName() - Method in class org.scilab.forge.jlatexmath.WebStartAlphabetRegistration
-
- getTextStyle() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getTextwidth() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- getTop() - Method in class org.scilab.forge.jlatexmath.Extension
-
- getTrueIconDepth() - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
Get the total height of the TeXIcon.
- getTrueIconHeight() - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
- getTrueIconWidth() - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
Get the total width of the TeXIcon.
- getTt() - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getTt() - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- getTtId() - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getType() - Method in class org.scilab.forge.jlatexmath.Dummy
-
Changes the type of the atom
- getUnicode() - Method in class org.scilab.forge.jlatexmath.SymbolAtom
-
- getUnicodeBlock() - Method in interface org.scilab.forge.jlatexmath.AlphabetRegistration
-
- getUnicodeBlock() - Method in class org.scilab.forge.jlatexmath.cyrillic.CyrillicRegistration
-
- getUnicodeBlock() - Method in class org.scilab.forge.jlatexmath.greek.GreekRegistration
-
- getUnicodeBlock() - Method in class org.scilab.forge.jlatexmath.URLAlphabetRegistration
-
- getUnicodeBlock() - Method in class org.scilab.forge.jlatexmath.WebStartAlphabetRegistration
-
- getUnit(String) - Static method in class org.scilab.forge.jlatexmath.SpaceAtom
-
- getWidth() - Method in class org.scilab.forge.jlatexmath.Box
-
Get the width of this box.
- getWidth() - Method in class org.scilab.forge.jlatexmath.Char
-
- getWidth() - Method in class org.scilab.forge.jlatexmath.Metrics
-
- getWidth(TeXEnvironment) - Method in class org.scilab.forge.jlatexmath.VlineAtom
-
- getXHeight(int, int) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- getXHeight(float) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- getXHeight(int, int) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- Glue - Class in org.scilab.forge.jlatexmath
-
Represents glue by its 3 components.
- Glue(float, float, float, String) - Constructor for class org.scilab.forge.jlatexmath.Glue
-
- GlueBox - Class in org.scilab.forge.jlatexmath
-
A box representing glue.
- GlueBox(float, float, float) - Constructor for class org.scilab.forge.jlatexmath.GlueBox
-
- GlueSettingsParser - Class in org.scilab.forge.jlatexmath
-
Parses the glue settings (different types and rules) from an XML-file.
- GlueSettingsParser() - Constructor for class org.scilab.forge.jlatexmath.GlueSettingsParser
-
- GraphicsAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing an atom containing a graphic.
- GraphicsAtom(String, String) - Constructor for class org.scilab.forge.jlatexmath.GraphicsAtom
-
- GraphicsBox - Class in org.scilab.forge.jlatexmath
-
A box representing a box containing a graphics.
- GraphicsBox(BufferedImage, float, float, float, int) - Constructor for class org.scilab.forge.jlatexmath.GraphicsBox
-
- GreekRegistration - Class in org.scilab.forge.jlatexmath.greek
-
- GreekRegistration() - Constructor for class org.scilab.forge.jlatexmath.greek.GreekRegistration
-
- grkaccent_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- iddots_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- IddotsAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing iddots.
- IddotsAtom() - Constructor for class org.scilab.forge.jlatexmath.IddotsAtom
-
- idotsint_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- iiiint_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- iiint_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- iint_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- IJ_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- IJAtom - Class in org.scilab.forge.jlatexmath
-
An atom with representing an IJ.
- IJAtom(boolean) - Constructor for class org.scilab.forge.jlatexmath.IJAtom
-
- includegraphics_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- insertBreakMark_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- int_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- INTERSPACE - Variable in class org.scilab.forge.jlatexmath.FBoxAtom
-
- intertext_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- InvalidAtomTypeException - Exception in org.scilab.forge.jlatexmath
-
Signals that an unknown atom type constant was used.
- InvalidAtomTypeException(String) - Constructor for exception org.scilab.forge.jlatexmath.InvalidAtomTypeException
-
- InvalidDelimiterException - Exception in org.scilab.forge.jlatexmath
-
Signals that a symbol, that was not defined as a delimiter, was used
as a delimiter.
- InvalidDelimiterException(String) - Constructor for exception org.scilab.forge.jlatexmath.InvalidDelimiterException
-
- InvalidDelimiterException(char, String) - Constructor for exception org.scilab.forge.jlatexmath.InvalidDelimiterException
-
- InvalidDelimiterTypeException - Exception in org.scilab.forge.jlatexmath
-
Signals that an unknown delimiter type constant was used.
- InvalidDelimiterTypeException() - Constructor for exception org.scilab.forge.jlatexmath.InvalidDelimiterTypeException
-
- InvalidMatrixException - Exception in org.scilab.forge.jlatexmath
-
Signals a problem of dimensions in the matrix.
- InvalidMatrixException(String) - Constructor for exception org.scilab.forge.jlatexmath.InvalidMatrixException
-
- InvalidSymbolTypeException - Exception in org.scilab.forge.jlatexmath
-
Signals that an unknown symbol type constant or a symbol of the wrong type was used.
- InvalidSymbolTypeException(String) - Constructor for exception org.scilab.forge.jlatexmath.InvalidSymbolTypeException
-
- InvalidTeXFormulaException - Exception in org.scilab.forge.jlatexmath
-
Signals that an invalid TeXFormula was used.
- InvalidTeXFormulaException(String) - Constructor for exception org.scilab.forge.jlatexmath.InvalidTeXFormulaException
-
- InvalidUnitException - Exception in org.scilab.forge.jlatexmath
-
Signals that an unknown unit constant was used.
- InvalidUnitException() - Constructor for exception org.scilab.forge.jlatexmath.InvalidUnitException
-
- invoke(TeXParser, String[]) - Method in class org.scilab.forge.jlatexmath.MacroInfo
-
- isArrayMode() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Return a boolean indicating if the parser is used to parse an array or not
- isAtLetter() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Return a boolean indicating if the character @ is considered as a letter or not
- isBold - Variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- isCharSymbol() - Method in class org.scilab.forge.jlatexmath.Dummy
-
- isColored - Variable in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- isColored - Variable in class org.scilab.forge.jlatexmath.TeXFormula
-
- isColored - Variable in class org.scilab.forge.jlatexmath.TeXIcon
-
- isDelimiter() - Method in class org.scilab.forge.jlatexmath.SymbolAtom
-
- isExtensionChar(Char) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- isExtensionChar(Char) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- isIgnoreWhiteSpace() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Return a boolean indicating if the parser must ignore white spaces
- isIt - Variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- isKern() - Method in class org.scilab.forge.jlatexmath.Dummy
-
- isLoading - Static variable in class org.scilab.forge.jlatexmath.TeXParser
-
- isMacro(String) - Static method in class org.scilab.forge.jlatexmath.NewCommandMacro
-
- isMarkedAsTextSymbol() - Method in class org.scilab.forge.jlatexmath.CharSymbol
-
Tests if this atom is marked as a text symbol (used by Msubsup)
- isMathMode() - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Return a boolean indicating if the parser is in math mode
- isOver() - Method in class org.scilab.forge.jlatexmath.OverUnderDelimiter
-
- isRegisteredBlock(Character.UnicodeBlock) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- isRoman - Variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- isSs - Variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- isTt - Variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- isValidCharacterInCommand(char) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Test the validity of a character in a command.
- isValidName(String) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Test the validity of the name of a command.
- IT - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- it_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- ITALIC - Static variable in class org.scilab.forge.jlatexmath.TeXFormula
-
- ItAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a italic atom.
- ItAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.ItAtom
-
- itVersion - Variable in class org.scilab.forge.jlatexmath.FontInfo
-
- RaiseAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a scaled Atom.
- RaiseAtom(Atom, int, float, int, float, int, float) - Constructor for class org.scilab.forge.jlatexmath.RaiseAtom
-
- raisebox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- ratio_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- readSymbols() - Method in class org.scilab.forge.jlatexmath.TeXSymbolParser
-
- ReflectAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a reflected Atom.
- ReflectAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.ReflectAtom
-
- ReflectBox - Class in org.scilab.forge.jlatexmath
-
A box representing a rotated box.
- ReflectBox(Box) - Constructor for class org.scilab.forge.jlatexmath.ReflectBox
-
- reflectbox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- register(URL, String, Character.UnicodeBlock[]) - Static method in class org.scilab.forge.jlatexmath.URLAlphabetRegistration
-
- register(Character.UnicodeBlock[]) - Static method in class org.scilab.forge.jlatexmath.WebStartAlphabetRegistration
-
- registerAlphabet(AlphabetRegistration) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- registeredAlphabets - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- registerExternalFont(Character.UnicodeBlock, String, String) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- registerExternalFont(Character.UnicodeBlock, String) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- registerFonts(boolean) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- registerFonts(boolean) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
- removeCachedTeXFormula(String, int, int, int, int, Color) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
Remove a formula from the cache
- removeCachedTeXFormula(String, int, int, int) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
- removeCachedTeXFormula(Object) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
Remove a formula from the cache.
- removeMark() - Method in class org.scilab.forge.jlatexmath.CharSymbol
-
Remove the mark so the atom remains unchanged (used by Dummy)
- renewcommand_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- renewenvironment_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- REP - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- reset() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
Resets the color settings.
- reset(String) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Reset the parser with a new latex expression
- ResizeAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a scaled Atom.
- ResizeAtom(Atom, String, String, boolean) - Constructor for class org.scilab.forge.jlatexmath.ResizeAtom
-
- resizebox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- RESOURCE_NAME - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- RESOURCE_NAME - Static variable in class org.scilab.forge.jlatexmath.PredefinedTeXFormulaParser
-
- RESOURCE_NAME - Static variable in class org.scilab.forge.jlatexmath.TeXFormulaSettingsParser
-
- RESOURCE_NAME - Static variable in class org.scilab.forge.jlatexmath.TeXSymbolParser
-
- ResourceParseException - Exception in org.scilab.forge.jlatexmath
-
Signals that an error occurred while loading the necessary resources into memory.
- ResourceParseException(String) - Constructor for exception org.scilab.forge.jlatexmath.ResourceParseException
-
- ResourceParseException(String, Throwable) - Constructor for exception org.scilab.forge.jlatexmath.ResourceParseException
-
- rewind(int) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
Rewind the current parsed string
- rm_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- rmoustache_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- ROMAN - Static variable in class org.scilab.forge.jlatexmath.TeXFormula
-
- RomanAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a roman atom.
- RomanAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.RomanAtom
-
- romannumeral_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- romanVersion - Variable in class org.scilab.forge.jlatexmath.FontInfo
-
- root - Variable in class org.scilab.forge.jlatexmath.TeXFormula
-
- rootStyle() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- RotateAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a rotated Atom.
- RotateAtom(Atom, String, String) - Constructor for class org.scilab.forge.jlatexmath.RotateAtom
-
- RotateAtom(Atom, double, String) - Constructor for class org.scilab.forge.jlatexmath.RotateAtom
-
- RotateBox - Class in org.scilab.forge.jlatexmath
-
A box representing a rotated box.
- RotateBox(Box, double, float, float) - Constructor for class org.scilab.forge.jlatexmath.RotateBox
-
- RotateBox(Box, double, Point2D.Float) - Constructor for class org.scilab.forge.jlatexmath.RotateBox
-
- RotateBox(Box, double, int) - Constructor for class org.scilab.forge.jlatexmath.RotateBox
-
- rotatebox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- row - Variable in class org.scilab.forge.jlatexmath.ArrayOfAtoms
-
- row - Variable in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- Row - Interface in org.scilab.forge.jlatexmath
-
A "composed atom": an atom that consists of child atoms that will be displayed
next to each other horizontally with glue between them.
- RowAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a horizontal row of other atoms, to be seperated by glue.
- RowAtom() - Constructor for class org.scilab.forge.jlatexmath.RowAtom
-
- RowAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.RowAtom
-
- rule_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- RuleAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a rule.
- RuleAtom(int, float, int, float, int, float) - Constructor for class org.scilab.forge.jlatexmath.RuleAtom
-
- s - Static variable in class org.scilab.forge.jlatexmath.UnderscoreAtom
-
- SANSSERIF - Static variable in class org.scilab.forge.jlatexmath.TeXFormula
-
- sc_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- ScaleAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a scaled Atom.
- ScaleAtom(Atom, double, double) - Constructor for class org.scilab.forge.jlatexmath.ScaleAtom
-
- ScaleBox - Class in org.scilab.forge.jlatexmath
-
A box representing a scaled box.
- ScaleBox(Box, double, double) - Constructor for class org.scilab.forge.jlatexmath.ScaleBox
-
- ScaleBox(Box, float) - Constructor for class org.scilab.forge.jlatexmath.ScaleBox
-
- scalebox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- scaleFont(float) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- scaleFont(float) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- SCRIPT_LIMITS - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
- SCRIPT_NOLIMITS - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
- SCRIPT_NORMAL - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
- ScriptsAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing scripts to be attached to another atom.
- ScriptsAtom(Atom, Atom, Atom) - Constructor for class org.scilab.forge.jlatexmath.ScriptsAtom
-
- ScriptsAtom(Atom, Atom, Atom, boolean) - Constructor for class org.scilab.forge.jlatexmath.ScriptsAtom
-
- scriptscriptstyle_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- scriptstyle_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- semihsep - Static variable in class org.scilab.forge.jlatexmath.MatrixAtom
-
- SERIF - Static variable in class org.scilab.forge.jlatexmath.TeXFormula
-
- Set_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- setAddInterline(boolean) - Method in class org.scilab.forge.jlatexmath.VRowAtom
-
- setArrayMode(boolean) - Method in class org.scilab.forge.jlatexmath.TeXParser
-
- setBackground(Color) - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- setBackground(Color) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Changes the background color of the current TeXFormula into the given color.
- setBold(boolean) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- setBold(boolean) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- setBoldId(int) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- setColor(Color) - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- setColor(Color) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Changes the (foreground) color of the current TeXFormula into the given color.
- setDEBUG(boolean) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- setDefaultDPI() - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
Set the default target DPI to the screen dpi (only if we're in non-headless mode)
- setDepth(float) - Method in class org.scilab.forge.jlatexmath.Box
-
Set the depth for this box.
- setDPITarget(float) - Static method in class org.scilab.forge.jlatexmath.TeXFormula
-
Set the DPI of target
- setElderParent(Box) - Method in class org.scilab.forge.jlatexmath.Box
-
- setExtension(char, int[]) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- setExternalConverterFactory(ExternalConverterFactory) - Static method in class org.scilab.forge.jlatexmath.dynamic.DynamicAtom
-
- setFGColor(Color) - Method in class org.scilab.forge.jlatexmath.TeXFormula.TeXIconBuilder
-
Specify the background color for rendering the given TeXFormula
- setFixedTypes(int, int) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Sets a fixed left and right type of the current TeXFormula.
- setFont(String) - Static method in class org.scilab.forge.jlatexmath.JavaFontRenderingBox
-
- setForeground(Color) - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
- setHeight(float) - Method in class org.scilab.forge.jlatexmath.Box
-
Set the height for this box.
- setHeight(float) - Method in class org.scilab.forge.jlatexmath.VlineAtom
-
- setIconHeight(int, int) - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
Change the height of the TeXIcon.
- setIconWidth(int, int) - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
Change the width of the TeXIcon.
- setInsets(Insets, boolean) - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
Set the insets of the TeXIcon.
- setInsets(Insets) - Method in class org.scilab.forge.jlatexmath.TeXIcon
-
Set the insets of the TeXIcon.
- setInterline(int, float) - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- setInterLineSpacing(int, float) - Method in class org.scilab.forge.jlatexmath.TeXFormula.TeXIconBuilder
-
Specify the inter line spacing unit and value.
- setIsMaxWidth(boolean) - Method in class org.scilab.forge.jlatexmath.TeXFormula.TeXIconBuilder
-
Specifies whether the width is the exact or the maximum width
- setIt(boolean) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- setIt(boolean) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- setItId(int) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- setLastFontId(int) - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- setLaTeX(String) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
Change the text of the TeXFormula and regenerate the root
- setLookAtLastAtom(boolean) - Method in class org.scilab.forge.jlatexmath.TeXFormula
-
- setMagnification(float) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- setMathSizes(float, float, float, float) - Static method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- setMaxCachedObjects(int) - Static method in class org.scilab.forge.jlatexmath.cache.JLaTeXMathCache
-
Set max size.
- setMetrics(char, float[]) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- setNextLarger(char, char, int) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- setParent(Box) - Method in class org.scilab.forge.jlatexmath.Box
-
- setPreviousAtom(Dummy) - Method in class org.scilab.forge.jlatexmath.ColorAtom
-
- setPreviousAtom(Dummy) - Method in class org.scilab.forge.jlatexmath.Dummy
-
- setPreviousAtom(Dummy) - Method in class org.scilab.forge.jlatexmath.PhantomAtom
-
- setPreviousAtom(Dummy) - Method in interface org.scilab.forge.jlatexmath.Row
-
Sets the given dummy containing the atom that comes just before
the first child atom of this "composed atom".
- setPreviousAtom(Dummy) - Method in class org.scilab.forge.jlatexmath.RowAtom
-
- setRaise(int, float) - Method in class org.scilab.forge.jlatexmath.VRowAtom
-
- setRoman(boolean) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- setRoman(boolean) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- setRomanId(int) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- setRowColumn(int, int) - Method in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- setScaleFactor(float) - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- setShift(float) - Method in class org.scilab.forge.jlatexmath.Box
-
Set the shift amount for this box.
- setShift(float) - Method in class org.scilab.forge.jlatexmath.HlineAtom
-
- setShift(float) - Method in class org.scilab.forge.jlatexmath.VlineAtom
-
- setSize(float) - Method in class org.scilab.forge.jlatexmath.TeXFormula.TeXIconBuilder
-
Specify the font size for rendering the given TeXFormula
- setSkewChar(char) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- setSmallCap(boolean) - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- setSs(boolean) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- setSs(boolean) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- setSsId(int) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- setStyle(int) - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- setStyle(int) - Method in class org.scilab.forge.jlatexmath.TeXFormula.TeXIconBuilder
-
Specify the style for rendering the given TeXFormula
- setTextStyle(String) - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- setTextwidth(int, float) - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- setTrueValues(boolean) - Method in class org.scilab.forge.jlatexmath.TeXFormula.TeXIconBuilder
-
Specify the "true values" parameter for rendering the given TeXFormula
- setTt(boolean) - Method in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- setTt(boolean) - Method in interface org.scilab.forge.jlatexmath.TeXFont
-
- setTtId(int) - Method in class org.scilab.forge.jlatexmath.FontInfo
-
- setType(int) - Method in class org.scilab.forge.jlatexmath.Dummy
-
Changes the type of the atom
- setType(int) - Method in class org.scilab.forge.jlatexmath.TeXFormula.TeXIconBuilder
-
Specify the font type for rendering the given TeXFormula
- setUnicode(char) - Method in class org.scilab.forge.jlatexmath.SymbolAtom
-
- setWidth(float) - Method in class org.scilab.forge.jlatexmath.Box
-
Set the width for this box.
- setWidth(float) - Method in class org.scilab.forge.jlatexmath.HlineAtom
-
- setWidth(float) - Method in class org.scilab.forge.jlatexmath.MulticolumnAtom
-
- setWidth(int, float, int) - Method in class org.scilab.forge.jlatexmath.TeXFormula.TeXIconBuilder
-
- sf_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- sfrac_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- ShadowAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a boxed base atom.
- ShadowAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.ShadowAtom
-
- ShadowBox - Class in org.scilab.forge.jlatexmath
-
A box representing a rotated box.
- ShadowBox(FramedBox, float) - Constructor for class org.scilab.forge.jlatexmath.ShadowBox
-
- shadowbox_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- shift - Variable in class org.scilab.forge.jlatexmath.Box
-
The shift amount: the meaning depends on the particular kind of box
(up, down, left, right)
- shoveleft_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- shoveright_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- shrink - Variable in class org.scilab.forge.jlatexmath.GlueBox
-
- sideset_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- simcolon_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- simcoloncolon_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- size_macros(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- SMALL - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- SmallCapAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a small capital atom.
- SmallCapAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.SmallCapAtom
-
- smallfrowneq_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- SMALLMATRIX - Static variable in class org.scilab.forge.jlatexmath.MatrixAtom
-
- smallmatrixATATenv_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- smash_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- SmashedAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a smashed atom (i.e.
- SmashedAtom(Atom, String) - Constructor for class org.scilab.forge.jlatexmath.SmashedAtom
-
- space - Variable in class org.scilab.forge.jlatexmath.FramedBox
-
- SpaceAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing whitespace.
- SpaceAtom() - Constructor for class org.scilab.forge.jlatexmath.SpaceAtom
-
- SpaceAtom(int) - Constructor for class org.scilab.forge.jlatexmath.SpaceAtom
-
- SpaceAtom(int, float, float, float) - Constructor for class org.scilab.forge.jlatexmath.SpaceAtom
-
- SpaceAtom(int, float, int, float, int, float) - Constructor for class org.scilab.forge.jlatexmath.SpaceAtom
-
- SPACEFONTID_ATTR - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- spATbreve_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- spAThat_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- split(Box, float, float) - Static method in class org.scilab.forge.jlatexmath.BreakFormula
-
- split(HorizontalBox, float, float) - Static method in class org.scilab.forge.jlatexmath.BreakFormula
-
- split(int) - Method in class org.scilab.forge.jlatexmath.HorizontalBox
-
- splitRemove(int) - Method in class org.scilab.forge.jlatexmath.HorizontalBox
-
- sqrt_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- SsAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a sans serif atom.
- SsAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.SsAtom
-
- ssVersion - Variable in class org.scilab.forge.jlatexmath.FontInfo
-
- st_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- stackbin_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- stackrel_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- startDraw(Graphics2D, float, float) - Method in class org.scilab.forge.jlatexmath.Box
-
Stores the old color setting, draws the background of the box (if not null)
and sets the foreground color (if not null).
- stretch - Variable in class org.scilab.forge.jlatexmath.GlueBox
-
- StrikeThroughAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a smashed atom (i.e.
- StrikeThroughAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.StrikeThroughAtom
-
- StrutBox - Class in org.scilab.forge.jlatexmath
-
A box representing whitespace.
- StrutBox(float, float, float, float) - Constructor for class org.scilab.forge.jlatexmath.StrutBox
-
- STYLE_DISPLAY - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
TeX style: display style.
- STYLE_MAPPING_EL - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- STYLE_SCRIPT - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
TeX style: script style.
- STYLE_SCRIPT_SCRIPT - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
TeX style: script_script style.
- STYLE_TEXT - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
TeX style: text style.
- StyleAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a modification of style in a formula (e.g.
- StyleAtom(int, Atom) - Constructor for class org.scilab.forge.jlatexmath.StyleAtom
-
- subStyle() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- supStyle() - Method in class org.scilab.forge.jlatexmath.TeXEnvironment
-
- surd_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- SYMBOL_MAPPING_EL - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFontParser
-
- SymbolAtom - Class in org.scilab.forge.jlatexmath
-
A box representing a symbol (a non-alphanumeric character).
- SymbolAtom(SymbolAtom, int) - Constructor for class org.scilab.forge.jlatexmath.SymbolAtom
-
- SymbolAtom(String, int, boolean) - Constructor for class org.scilab.forge.jlatexmath.SymbolAtom
-
Constructs a new symbol.
- symbolFormulaMappings - Static variable in class org.scilab.forge.jlatexmath.TeXFormula
-
- SymbolMappingNotFoundException - Exception in org.scilab.forge.jlatexmath
-
Signals a missing symbol mapping.
- SymbolMappingNotFoundException(String) - Constructor for exception org.scilab.forge.jlatexmath.SymbolMappingNotFoundException
-
- symbolMappings - Static variable in class org.scilab.forge.jlatexmath.TeXFormula
-
- SymbolNotFoundException - Exception in org.scilab.forge.jlatexmath
-
Signals that an unknown symbol was used.
- SymbolNotFoundException(String) - Constructor for exception org.scilab.forge.jlatexmath.SymbolNotFoundException
-
- symbols - Static variable in class org.scilab.forge.jlatexmath.SymbolAtom
-
- symbolTextMappings - Static variable in class org.scilab.forge.jlatexmath.TeXFormula
-
- T_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- TC - Static variable in class org.scilab.forge.jlatexmath.RotateBox
-
- tcaron_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- tcaronAtom - Class in org.scilab.forge.jlatexmath
-
An atom with representing an t with a caron.
- tcaronAtom() - Constructor for class org.scilab.forge.jlatexmath.tcaronAtom
-
- TeXConstants - Class in org.scilab.forge.jlatexmath
-
The collection of constants that can be used in the methods of the classes of
this package.
- TeXConstants() - Constructor for class org.scilab.forge.jlatexmath.TeXConstants
-
- TeXEnvironment - Class in org.scilab.forge.jlatexmath
-
Contains the used TeXFont-object, color settings and the current style in which a
formula must be drawn.
- TeXEnvironment(int, TeXFont) - Constructor for class org.scilab.forge.jlatexmath.TeXEnvironment
-
- TeXEnvironment(int, TeXFont, int, float) - Constructor for class org.scilab.forge.jlatexmath.TeXEnvironment
-
- TeXFont - Interface in org.scilab.forge.jlatexmath
-
An interface representing a "TeXFont", which is responsible for all the necessary
fonts and font information.
- TeXFormula - Class in org.scilab.forge.jlatexmath
-
Represents a logical mathematical formula that will be displayed (by creating a
TeXIcon
from it and painting it) using algorithms that are based on the
TeX algorithms.
- TeXFormula() - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
Creates an empty TeXFormula.
- TeXFormula(String, Map<String, String>) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
Creates a new TeXFormula by parsing the given string (using a primitive TeX parser).
- TeXFormula(String) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
Creates a new TeXFormula by parsing the given string (using a primitive TeX parser).
- TeXFormula(String, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
- TeXFormula(String, String) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
- TeXFormula(String, String, boolean, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
- TeXFormula(TeXFormula) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
Creates a new TeXFormula that is a copy of the given TeXFormula.
- TeXFormula(TeXParser) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
Creates an empty TeXFormula.
- TeXFormula(TeXParser, String) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
Creates a new TeXFormula by parsing the given string (using a primitive TeX parser).
- TeXFormula(TeXParser, String, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
- TeXFormula(TeXParser, String, String) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
- TeXFormula(TeXParser, String, String, boolean, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXFormula
-
- TeXFormula.TeXIconBuilder - Class in org.scilab.forge.jlatexmath
-
Apply the Builder pattern instead of using the createTeXIcon(...) factories
- TeXFormulaParser - Class in org.scilab.forge.jlatexmath
-
Parses a "TeXFormula"-element representing a predefined TeXFormula's from an XML-file.
- TeXFormulaParser(String, Element, String) - Constructor for class org.scilab.forge.jlatexmath.TeXFormulaParser
-
- TeXFormulaSettingsParser - Class in org.scilab.forge.jlatexmath
-
Parses predefined TeXFormula's from an XML-file.
- TeXFormulaSettingsParser() - Constructor for class org.scilab.forge.jlatexmath.TeXFormulaSettingsParser
-
- TeXFormulaSettingsParser(InputStream, String) - Constructor for class org.scilab.forge.jlatexmath.TeXFormulaSettingsParser
-
- TeXIcon - Class in org.scilab.forge.jlatexmath
-
An Icon
implementation that will paint the TeXFormula
that created it.
- TeXIcon(Box, float) - Constructor for class org.scilab.forge.jlatexmath.TeXIcon
-
Creates a new icon that will paint the given formula box in the given point size.
- TeXIcon(Box, float, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXIcon
-
- TeXIconBuilder() - Constructor for class org.scilab.forge.jlatexmath.TeXFormula.TeXIconBuilder
-
- TeXParser - Class in org.scilab.forge.jlatexmath
-
This class implements a parser for LaTeX' formulas.
- TeXParser(String, TeXFormula) - Constructor for class org.scilab.forge.jlatexmath.TeXParser
-
Create a new TeXParser
- TeXParser(boolean, String, TeXFormula) - Constructor for class org.scilab.forge.jlatexmath.TeXParser
-
Create a new TeXParser
- TeXParser(boolean, String, TeXFormula, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXParser
-
Create a new TeXParser with or without a first pass
- TeXParser(String, TeXFormula, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXParser
-
Create a new TeXParser with or without a first pass
- TeXParser(boolean, String, ArrayOfAtoms, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXParser
-
Create a new TeXParser in the context of an array.
- TeXParser(boolean, String, ArrayOfAtoms, boolean, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXParser
-
Create a new TeXParser in the context of an array.
- TeXParser(String, ArrayOfAtoms, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXParser
-
Create a new TeXParser in the context of an array.
- TeXParser(boolean, String, TeXFormula, boolean, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXParser
-
Create a new TeXParser which ignores or not the white spaces, it's useful for mbox command
- TeXParser(String, TeXFormula, boolean, boolean) - Constructor for class org.scilab.forge.jlatexmath.TeXParser
-
Create a new TeXParser which ignores or not the white spaces, it's useful for mbox command
- TeXSymbolParser - Class in org.scilab.forge.jlatexmath
-
Parses TeX symbol definitions from an XML-file.
- TeXSymbolParser() - Constructor for class org.scilab.forge.jlatexmath.TeXSymbolParser
-
- TeXSymbolParser(InputStream, String) - Constructor for class org.scilab.forge.jlatexmath.TeXSymbolParser
-
- text_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- textcircled_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- TextCircledAtom - Class in org.scilab.forge.jlatexmath
-
An atom with representing an t with a caron.
- TextCircledAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.TextCircledAtom
-
- textcolor_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- textsc_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- textStyle - Variable in class org.scilab.forge.jlatexmath.TeXFormula
-
- textstyle_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- textstyle_macros(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- TextStyleAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a modification of style in a formula (e.g.
- TextStyleAtom(Atom, String) - Constructor for class org.scilab.forge.jlatexmath.TextStyleAtom
-
- TextStyleMappingNotFoundException - Exception in org.scilab.forge.jlatexmath
-
Signals a missing text style mapping.
- TextStyleMappingNotFoundException(String) - Constructor for exception org.scilab.forge.jlatexmath.TextStyleMappingNotFoundException
-
- THICKMUSKIP - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
- thickness - Variable in class org.scilab.forge.jlatexmath.FramedBox
-
- THINMUSKIP - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
- TL - Static variable in class org.scilab.forge.jlatexmath.RotateBox
-
- TOP - Static variable in class org.scilab.forge.jlatexmath.DefaultTeXFont
-
- toString() - Method in class org.scilab.forge.jlatexmath.CharAtom
-
- toString() - Method in class org.scilab.forge.jlatexmath.CharBox
-
- TR - Static variable in class org.scilab.forge.jlatexmath.RotateBox
-
- TStroke_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- TStrokeAtom - Class in org.scilab.forge.jlatexmath
-
An atom with a stroked T
- TStrokeAtom(boolean) - Constructor for class org.scilab.forge.jlatexmath.TStrokeAtom
-
- tt_macro(TeXParser, String[]) - Static method in class org.scilab.forge.jlatexmath.PredefMacros
-
- TtAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing a typewriter atom.
- TtAtom(Atom) - Constructor for class org.scilab.forge.jlatexmath.TtAtom
-
- ttVersion - Variable in class org.scilab.forge.jlatexmath.FontInfo
-
- type - Variable in class org.scilab.forge.jlatexmath.Atom
-
The type of the atom (default value: ordinary atom)
- type - Variable in class org.scilab.forge.jlatexmath.Box
-
- TYPE_ACCENT - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Symbol type: accent, e.g.
- TYPE_ATTR - Static variable in class org.scilab.forge.jlatexmath.TeXSymbolParser
-
- TYPE_BIG_OPERATOR - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Symbol/Atom type: big operator (= large operator), e.g.
- TYPE_BINARY_OPERATOR - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Symbol/Atom type: binary operator, e.g.
- TYPE_CLOSING - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Symbol/Atom type: closing symbol, e.g.
- TYPE_HLINE - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
- TYPE_INNER - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Atom type: inner atom (NOT FOR SYMBOLS!!!)
- TYPE_INTERTEXT - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
- type_limits - Variable in class org.scilab.forge.jlatexmath.Atom
-
- TYPE_MULTICOLUMN - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
- TYPE_OPENING - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Symbol/Atom type: opening symbol, e.g.
- TYPE_ORDINARY - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Symbol/Atom type: ordinary symbol, e.g.
- TYPE_PUNCTUATION - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Symbol/Atom type: punctuation symbol, e.g.
- TYPE_RELATION - Static variable in class org.scilab.forge.jlatexmath.TeXConstants
-
Symbol/Atom type: relation, e.g.
- TypedAtom - Class in org.scilab.forge.jlatexmath
-
An atom representing another atom with an overrided lefttype and righttype.
- TypedAtom(int, int, Atom) - Constructor for class org.scilab.forge.jlatexmath.TypedAtom
-
- TYPEWRITER - Static variable in class org.scilab.forge.jlatexmath.TeXFormula
-