Package org.scilab.forge.jlatexmath
Class Glue
java.lang.Object
org.scilab.forge.jlatexmath.Glue
Represents glue by its 3 components. Contains the "glue rules".
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Box
get
(int lType, int rType, TeXEnvironment env) Creates a box representing the glue type according to the "glue rules" based on the atom types between which the glue must be inserted.getName()
Name of this glue object.
-
Constructor Details
-
Glue
-
-
Method Details
-
getName
Name of this glue object. -
get
Creates a box representing the glue type according to the "glue rules" based on the atom types between which the glue must be inserted.- Parameters:
lType
- left atom typerType
- right atom typeenv
- the TeXEnvironment- Returns:
- a box containing representing the glue
-