Class JavaFontRenderingAtom
java.lang.Object
org.scilab.forge.jlatexmath.Atom
org.scilab.forge.jlatexmath.JavaFontRenderingAtom
- All Implemented Interfaces:
Cloneable
The string rendering is made in using Java Graphics2D.drawString.
-
Field Summary
Fields inherited from class Atom
alignment, type_limits -
Constructor Summary
ConstructorsConstructorDescriptionJavaFontRenderingAtom(String str, int type) JavaFontRenderingAtom(String str, org.scilab.forge.jlatexmath.TeXFormula.FontInfos fontInfos) -
Method Summary
Modifier and TypeMethodDescriptioncreateBox(TeXEnvironment env) Convert this atom into aBox, using properties set by "parent" atoms, like the TeX style, the last used font, color settings, ...Methods inherited from class Atom
clone, getLeftType, getRightType
-
Constructor Details
-
JavaFontRenderingAtom
-
JavaFontRenderingAtom
public JavaFontRenderingAtom(String str, org.scilab.forge.jlatexmath.TeXFormula.FontInfos fontInfos)
-
-
Method Details