Uses of Class
jaxe.equations.element.MathRootElement

Packages that use MathRootElement
jaxe.equations   
 

Uses of MathRootElement in jaxe.equations
 

Fields in jaxe.equations declared as MathRootElement
private  MathRootElement DOMMathBuilder.rootElement
           
private  MathRootElement MathBase.rootElement
           
private  MathRootElement StringMathBuilder.rootElement
           
 

Methods in jaxe.equations that return MathRootElement
 MathRootElement DOMMathBuilder.getMathRootElement()
          Return the root element of a math tree
 MathRootElement StringMathBuilder.getMathRootElement()
          Return the root element of a math tree
 

Methods in jaxe.equations with parameters of type MathRootElement
 void MathBase.setRootElement(MathRootElement element)
          Set the root element of a math tree
 

Constructors in jaxe.equations with parameters of type MathRootElement
MathBase(MathRootElement element, java.awt.Graphics gcalc)
          Creates a MathBase
MathBase(MathRootElement element, java.lang.String fontname, int fontstyle, int inlinefontsize, int displayfontsize, java.awt.Graphics gcalc)
          Creates a MathBase