Package | Description |
---|---|
org.scilab.forge.jlatexmath |
Modifier and Type | Class and Description |
---|---|
class |
ArrayOfAtoms |
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,TeXFormula> |
TeXFormula.predefinedTeXFormulas |
Modifier and Type | Method and Description |
---|---|
TeXFormula |
TeXFormula.add(Atom el)
Inserts an atom at the end of the current formula
|
TeXFormula |
TeXFormula.add(java.lang.String s)
Parses the given string and inserts the resulting formula
at the end of the current TeXFormula.
|
TeXFormula |
TeXFormula.add(TeXFormula f)
Inserts the given TeXFormula at the end of the current TeXFormula.
|
TeXFormula |
TeXFormula.addStrut(int type)
Inserts a strut box (whitespace) with the given width, height and depth (in
the given unit) at the end of the current TeXFormula.
|
TeXFormula |
TeXFormula.addStrut(int unit,
float width,
float height,
float depth)
Inserts a strut box (whitespace) with the given width, height and depth (in
the given unit) at the end of the current TeXFormula.
|
TeXFormula |
TeXFormula.addStrut(int widthUnit,
float width,
int heightUnit,
float height,
int depthUnit,
float depth)
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.
|
TeXFormula |
TeXFormula.append(boolean isPartial,
java.lang.String s) |
TeXFormula |
TeXFormula.append(java.lang.String s) |
TeXFormula |
TeXFormula.centerOnAxis()
Centers the current TeXformula vertically on the axis (defined by the parameter
"axisheight" in the resource "DefaultTeXFont.xml".
|
static TeXFormula |
TeXFormula.get(java.lang.String name)
Get a predefined TeXFormula.
|
static TeXFormula |
TeXFormula.getAsText(java.lang.String text,
int alignment) |
static TeXFormula |
TeXFormula.getPartialTeXFormula(java.lang.String formula) |
TeXFormula |
TeXFormula.setBackground(java.awt.Color c)
Changes the background color of the current TeXFormula into the given color.
|
TeXFormula |
TeXFormula.setColor(java.awt.Color c)
Changes the (foreground) color of the current TeXFormula into the given color.
|
TeXFormula |
TeXFormula.setFixedTypes(int leftType,
int rightType)
Sets a fixed left and right type of the current TeXFormula.
|
Modifier and Type | Method and Description |
---|---|
TeXFormula |
TeXFormula.add(TeXFormula f)
Inserts the given TeXFormula at the end of the current TeXFormula.
|
Constructor and Description |
---|
AccentedAtom(Atom base,
TeXFormula acc)
Creates an AccentedAtom from a base atom and an accent symbol defined as a TeXFormula.
|
TeXFormula(TeXFormula f)
Creates a new TeXFormula that is a copy of the given TeXFormula.
|
TeXParser(boolean isPartial,
java.lang.String parseString,
TeXFormula formula)
Create a new TeXParser
|
TeXParser(boolean isPartial,
java.lang.String parseString,
TeXFormula formula,
boolean firstpass)
Create a new TeXParser with or without a first pass
|
TeXParser(boolean isPartial,
java.lang.String parseString,
TeXFormula formula,
boolean firstpass,
boolean space)
Create a new TeXParser which ignores or not the white spaces, it's useful for mbox command
|
TeXParser(java.lang.String parseString,
TeXFormula formula)
Create a new TeXParser
|
TeXParser(java.lang.String parseString,
TeXFormula formula,
boolean firstpass)
Create a new TeXParser with or without a first pass
|
TeXParser(java.lang.String parseString,
TeXFormula formula,
boolean firstpass,
boolean space)
Create a new TeXParser which ignores or not the white spaces, it's useful for mbox command
|