jaxe.equations.element
Class MathNumber

java.lang.Object
  extended by jaxe.equations.element.MathElement
      extended by jaxe.equations.element.MathText
          extended by jaxe.equations.element.MathNumber

public class MathNumber
extends MathText

This class presents numbers in a equation

Version:
%I%, %G%
Author:
Stephan Michels, Marco Sielaff

Field Summary
static java.lang.String ELEMENT
          The XML element from this class
 
Fields inherited from class jaxe.equations.element.MathElement
FO_URI, SVG_URI, URI
 
Constructor Summary
MathNumber()
           
 
Method Summary
 
Methods inherited from class jaxe.equations.element.MathText
getAscentHeight, getDescentHeight, getHeight, getWidth, paint
 
Methods inherited from class jaxe.equations.element.MathElement
addMathElement, addText, debug, getFont, getFontMetrics, getFontSize, getMathBase, getMathElement, getMathElementCount, getMiddleShift, getParent, getSymbolFont, getSymbolFontMetrics, getSymbolGlyphVector, getText, setFontSize, setMathBase, setMathElementAt, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT

public static final java.lang.String ELEMENT
The XML element from this class

See Also:
Constant Field Values
Constructor Detail

MathNumber

public MathNumber()