Uses of Class
jaxe.equations.MathBase

Packages that use MathBase
jaxe.equations   
jaxe.equations.element   
 

Uses of MathBase in jaxe.equations
 

Fields in jaxe.equations declared as MathBase
private  MathBase MathComponent.base
           
 

Methods in jaxe.equations with parameters of type MathBase
 void MathComponent.setMathBase(MathBase base)
          Changes the MathBase for the component
 

Uses of MathBase in jaxe.equations.element
 

Fields in jaxe.equations.element declared as MathBase
private  MathBase MathElement.base
           
 

Methods in jaxe.equations.element that return MathBase
 MathBase MathElement.getMathBase()
          Gets the math base
 

Methods in jaxe.equations.element with parameters of type MathBase
 void MathElement.setMathBase(MathBase base)
          Sets the base for this element
 

Constructors in jaxe.equations.element with parameters of type MathBase
MathElement(MathBase base)
          Creates a math element
MathElement(MathBase base, int fontsize)
          Creates a math element