The collection of constants that can be used in the methods of the classes of
this package.
ALIGN_BOTTOM
public static final int ALIGN_BOTTOM
Alignment constant: extra space will be added above the formula
ALIGN_CENTER
public static final int ALIGN_CENTER
Alignment constant: the formula will be centered in the middle. This constant
can be used for both horizontal and vertical alignment.
ALIGN_LEFT
public static final int ALIGN_LEFT
Alignment constant: extra space will be added to the right of the formula
ALIGN_RIGHT
public static final int ALIGN_RIGHT
Alignment constant: extra space will be added to the left of the formula
ALIGN_TOP
public static final int ALIGN_TOP
Alignment constant: extra space will be added under the formula
DELIM_BRACE
public static final int DELIM_BRACE
Delimiter type constant for putting delimiters over and under formula's: brace
DELIM_BRACKET
public static final int DELIM_BRACKET
Delimiter type constant for putting delimiters over and under formula's: parenthesis
DELIM_DOUBLE_LEFT_ARROW
public static final int DELIM_DOUBLE_LEFT_ARROW
Delimiter type constant for putting delimiters over and under formula's:
arrow with two lines pointing to the left
DELIM_DOUBLE_LEFT_RIGHT_ARROW
public static final int DELIM_DOUBLE_LEFT_RIGHT_ARROW
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
public static final int DELIM_DOUBLE_LINE
Delimiter type constant for putting delimiters over and under formula's:
underline twice
DELIM_DOUBLE_RIGHT_ARROW
public static final int DELIM_DOUBLE_RIGHT_ARROW
Delimiter type constant for putting delimiters over and under formula's:
arrow with two lines pointing to the right
DELIM_LEFT_ARROW
public static final int DELIM_LEFT_ARROW
Delimiter type constant for putting delimiters over and under formula's:
arrow with single line pointing to the left
DELIM_LEFT_RIGHT_ARROW
public static final int DELIM_LEFT_RIGHT_ARROW
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
public static final int DELIM_RIGHT_ARROW
Delimiter type constant for putting delimiters over and under formula's:
arrow with single line pointing to the right
DELIM_SINGLE_LINE
public static final int DELIM_SINGLE_LINE
Delimiter type constant for putting delimiters over and under formula's:
underline once
DELIM_SQUARE_BRACKET
public static final int DELIM_SQUARE_BRACKET
Delimiter type constant for putting delimiters over and under formula's: square bracket
STYLE_DISPLAY
public static final int STYLE_DISPLAY
TeX style: display style.
The large versions of big operators are used and limits are placed under and over
these operators (default). Symbols are rendered in the largest size.
STYLE_SCRIPT
public static final int STYLE_SCRIPT
TeX style: script style.
The same as the text style, but symbols are rendered in a smaller size.
STYLE_SCRIPT_SCRIPT
public static final int STYLE_SCRIPT_SCRIPT
TeX style: script_script style.
The same as the script style, but symbols are rendered in a smaller size.
STYLE_TEXT
public static final int STYLE_TEXT
TeX style: text style.
The small versions of big operators are used and limits are attached to
these operators as scripts (default). The same size as in the display style
is used to render symbols.
TYPE_ACCENT
public static final int TYPE_ACCENT
Symbol type: accent, e.g. "hat"
TYPE_BIG_OPERATOR
public static final int TYPE_BIG_OPERATOR
Symbol/Atom type: big operator (= large operator), e.g. "sum"
TYPE_BINARY_OPERATOR
public static final int TYPE_BINARY_OPERATOR
Symbol/Atom type: binary operator, e.g. "plus"
TYPE_CLOSING
public static final int TYPE_CLOSING
Symbol/Atom type: closing symbol, e.g. "rbrace"
TYPE_INNER
public static final int TYPE_INNER
Atom type: inner atom (NOT FOR SYMBOLS!!!)
TYPE_OPENING
public static final int TYPE_OPENING
Symbol/Atom type: opening symbol, e.g. "lbrace"
TYPE_ORDINARY
public static final int TYPE_ORDINARY
Symbol/Atom type: ordinary symbol, e.g. "slash"
TYPE_PUNCTUATION
public static final int TYPE_PUNCTUATION
Symbol/Atom type: punctuation symbol, e.g. "comma"
TYPE_RELATION
public static final int TYPE_RELATION
Symbol/Atom type: relation, e.g. "equals"
UNIT_EM
public static final int UNIT_EM
Unit constant: em
1 em = the width of the capital 'M' in the current font
UNIT_EX
public static final int UNIT_EX
Unit constant: ex
1 ex = the height of the character 'x' in the current font
UNIT_MU
public static final int UNIT_MU
Unit constant: math unit (mu)
1 mu = 1/18 em (em taken from the "mufont")
UNIT_PICA
public static final int UNIT_PICA
Unit constant: pica
1 pica = 12 point
UNIT_PIXEL
public static final int UNIT_PIXEL
Unit constant: pixel
UNIT_POINT
public static final int UNIT_POINT
Unit constant: point