Package org.scilab.forge.jlatexmath
Class DelimiterFactory
java.lang.Object
org.scilab.forge.jlatexmath.DelimiterFactory
Responsible for creating a box containing a delimiter symbol that exists
in different sizes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Box
create
(String symbol, TeXEnvironment env, float minHeight) static Box
create
(SymbolAtom symbol, TeXEnvironment env, int size)
-
Constructor Details
-
DelimiterFactory
public DelimiterFactory()
-
-
Method Details
-
create
-
create
- Parameters:
symbol
- the name of the delimiter symbolenv
- the TeXEnvironment in which to create the delimiter boxminHeight
- the minimum required total height of the box (height + depth).- Returns:
- the box representing the delimiter variant that fits best according to the required minimum size.
-