Class TeXConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAlignment constant: extra space will be added above the formulastatic final intAlignment constant: the formula will be centered in the middle.static final intAlignment constant: extra space will be added to the right of the formulastatic final intAlignment constant: nonestatic final intAlignment constant: extra space will be added to the left of the formulastatic final intAlignment constant: extra space will be added under the formulastatic final intDelimiter type constant for putting delimiters over and under formula's: bracestatic final intDelimiter type constant for putting delimiters over and under formula's: parenthesisstatic final intDelimiter type constant for putting delimiters over and under formula's: arrow with two lines pointing to the leftstatic final intDelimiter type constant for putting delimiters over and under formula's: arrow with two lines pointing to the left and to the rightstatic final intDelimiter type constant for putting delimiters over and under formula's: underline twicestatic final intDelimiter type constant for putting delimiters over and under formula's: arrow with two lines pointing to the rightstatic final intDelimiter type constant for putting delimiters over and under formula's: arrow with single line pointing to the leftstatic final intDelimiter type constant for putting delimiters over and under formula's: arrow with single line pointing to the left and to the rightstatic final intDelimiter type constant for putting delimiters over and under formula's: arrow with single line pointing to the rightstatic final intDelimiter type constant for putting delimiters over and under formula's: underline oncestatic final intDelimiter type constant for putting delimiters over and under formula's: square bracketstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intTeX style: display style.static final intTeX style: script style.static final intTeX style: script_script style.static final intTeX style: text style.static final intstatic final intstatic final intSymbol type: accent, e.g.static final intSymbol/Atom type: big operator (= large operator), e.g.static final intSymbol/Atom type: binary operator, e.g.static final intSymbol/Atom type: closing symbol, e.g.static final intstatic final intAtom type: inner atom (NOT FOR SYMBOLS!!!)static final intstatic final intstatic final intSymbol/Atom type: opening symbol, e.g.static final intSymbol/Atom type: ordinary symbol, e.g.static final intSymbol/Atom type: punctuation symbol, e.g.static final intSymbol/Atom type: relation, e.g.static final intUnit constant: instatic final intUnit constant: cmstatic final intUnit constant: instatic final intUnit constant: emstatic final intUnit constant: exstatic final intUnit constant: instatic final intUnit constant: mmstatic final intUnit constant: math unit (mu)static final intUnit constant: picastatic final intUnit constant: pixelstatic final intUnit constant: postscript pointstatic final intUnit constant: instatic final intUnit constant: sp -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALIGN_LEFT
public static final int ALIGN_LEFTAlignment constant: extra space will be added to the right of the formula- See Also:
-
ALIGN_RIGHT
public static final int ALIGN_RIGHTAlignment constant: extra space will be added to the left of the formula- See Also:
-
ALIGN_CENTER
public static final int ALIGN_CENTERAlignment constant: the formula will be centered in the middle. This constant can be used for both horizontal and vertical alignment.- See Also:
-
ALIGN_TOP
public static final int ALIGN_TOPAlignment constant: extra space will be added under the formula- See Also:
-
ALIGN_BOTTOM
public static final int ALIGN_BOTTOMAlignment constant: extra space will be added above the formula- See Also:
-
ALIGN_NONE
public static final int ALIGN_NONEAlignment constant: none- See Also:
-
THINMUSKIP
public static final int THINMUSKIP- See Also:
-
MEDMUSKIP
public static final int MEDMUSKIP- See Also:
-
THICKMUSKIP
public static final int THICKMUSKIP- See Also:
-
NEGTHINMUSKIP
public static final int NEGTHINMUSKIP- See Also:
-
NEGMEDMUSKIP
public static final int NEGMEDMUSKIP- See Also:
-
NEGTHICKMUSKIP
public static final int NEGTHICKMUSKIP- See Also:
-
QUAD
public static final int QUAD- See Also:
-
SCRIPT_NORMAL
public static final int SCRIPT_NORMAL- See Also:
-
SCRIPT_NOLIMITS
public static final int SCRIPT_NOLIMITS- See Also:
-
SCRIPT_LIMITS
public static final int SCRIPT_LIMITS- See Also:
-
TYPE_ORDINARY
public static final int TYPE_ORDINARYSymbol/Atom type: ordinary symbol, e.g. "slash"- See Also:
-
TYPE_BIG_OPERATOR
public static final int TYPE_BIG_OPERATORSymbol/Atom type: big operator (= large operator), e.g. "sum"- See Also:
-
TYPE_BINARY_OPERATOR
public static final int TYPE_BINARY_OPERATORSymbol/Atom type: binary operator, e.g. "plus"- See Also:
-
TYPE_RELATION
public static final int TYPE_RELATIONSymbol/Atom type: relation, e.g. "equals"- See Also:
-
TYPE_OPENING
public static final int TYPE_OPENINGSymbol/Atom type: opening symbol, e.g. "lbrace"- See Also:
-
TYPE_CLOSING
public static final int TYPE_CLOSINGSymbol/Atom type: closing symbol, e.g. "rbrace"- See Also:
-
TYPE_PUNCTUATION
public static final int TYPE_PUNCTUATIONSymbol/Atom type: punctuation symbol, e.g. "comma"- See Also:
-
TYPE_INNER
public static final int TYPE_INNERAtom type: inner atom (NOT FOR SYMBOLS!!!)- See Also:
-
TYPE_ACCENT
public static final int TYPE_ACCENTSymbol type: accent, e.g. "hat"- See Also:
-
TYPE_INTERTEXT
public static final int TYPE_INTERTEXT- See Also:
-
TYPE_MULTICOLUMN
public static final int TYPE_MULTICOLUMN- See Also:
-
TYPE_HLINE
public static final int TYPE_HLINE- See Also:
-
DELIM_BRACE
public static final int DELIM_BRACEDelimiter type constant for putting delimiters over and under formula's: brace- See Also:
-
DELIM_SQUARE_BRACKET
public static final int DELIM_SQUARE_BRACKETDelimiter type constant for putting delimiters over and under formula's: square bracket- See Also:
-
DELIM_BRACKET
public static final int DELIM_BRACKETDelimiter type constant for putting delimiters over and under formula's: parenthesis- See Also:
-
DELIM_LEFT_ARROW
public static final int DELIM_LEFT_ARROWDelimiter type constant for putting delimiters over and under formula's: arrow with single line pointing to the left- See Also:
-
DELIM_RIGHT_ARROW
public static final int DELIM_RIGHT_ARROWDelimiter type constant for putting delimiters over and under formula's: arrow with single line pointing to the right- See Also:
-
DELIM_LEFT_RIGHT_ARROW
public static final int DELIM_LEFT_RIGHT_ARROWDelimiter type constant for putting delimiters over and under formula's: arrow with single line pointing to the left and to the right- See Also:
-
DELIM_DOUBLE_LEFT_ARROW
public static final int DELIM_DOUBLE_LEFT_ARROWDelimiter type constant for putting delimiters over and under formula's: arrow with two lines pointing to the left- See Also:
-
DELIM_DOUBLE_RIGHT_ARROW
public static final int DELIM_DOUBLE_RIGHT_ARROWDelimiter type constant for putting delimiters over and under formula's: arrow with two lines pointing to the right- See Also:
-
DELIM_DOUBLE_LEFT_RIGHT_ARROW
public static final int DELIM_DOUBLE_LEFT_RIGHT_ARROWDelimiter type constant for putting delimiters over and under formula's: arrow with two lines pointing to the left and to the right- See Also:
-
DELIM_SINGLE_LINE
public static final int DELIM_SINGLE_LINEDelimiter type constant for putting delimiters over and under formula's: underline once- See Also:
-
DELIM_DOUBLE_LINE
public static final int DELIM_DOUBLE_LINEDelimiter type constant for putting delimiters over and under formula's: underline twice- See Also:
-
STYLE_DISPLAY
public static final int STYLE_DISPLAYTeX 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.
- See Also:
-
STYLE_TEXT
public static final int STYLE_TEXTTeX 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.
- See Also:
-
STYLE_SCRIPT
public static final int STYLE_SCRIPTTeX style: script style.The same as the text style, but symbols are rendered in a smaller size.
- See Also:
-
STYLE_SCRIPT_SCRIPT
public static final int STYLE_SCRIPT_SCRIPTTeX style: script_script style.The same as the script style, but symbols are rendered in a smaller size.
- See Also:
-
UNIT_EM
public static final int UNIT_EMUnit constant: em1 em = the width of the capital 'M' in the current font
- See Also:
-
UNIT_EX
public static final int UNIT_EXUnit constant: ex1 ex = the height of the character 'x' in the current font
- See Also:
-
UNIT_PIXEL
public static final int UNIT_PIXELUnit constant: pixel- See Also:
-
UNIT_POINT
public static final int UNIT_POINTUnit constant: postscript point- See Also:
-
UNIT_PICA
public static final int UNIT_PICAUnit constant: pica1 pica = 12 point
- See Also:
-
UNIT_MU
public static final int UNIT_MUUnit constant: math unit (mu)1 mu = 1/18 em (em taken from the "mufont")
- See Also:
-
UNIT_CM
public static final int UNIT_CMUnit constant: cm1 cm = 28.346456693 point
- See Also:
-
UNIT_MM
public static final int UNIT_MMUnit constant: mm1 mm = 2.8346456693 point
- See Also:
-
UNIT_IN
public static final int UNIT_INUnit constant: in1 in = 72 point
- See Also:
-
UNIT_SP
public static final int UNIT_SPUnit constant: sp1 sp = 65536 point
- See Also:
-
UNIT_PT
public static final int UNIT_PTUnit constant: in1 in = 72.27 pt
- See Also:
-
UNIT_DD
public static final int UNIT_DDUnit constant: in1 in = 72 point
- See Also:
-
UNIT_CC
public static final int UNIT_CCUnit constant: in1 in = 72 point
- See Also:
-
-
Constructor Details
-
TeXConstants
public TeXConstants()
-