jaxe.equations.element
Class MathRow

java.lang.Object
  extended by jaxe.equations.element.MathElement
      extended by jaxe.equations.element.MathRow

public class MathRow
extends MathElement

This class presents a row

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
MathRow()
           
 
Method Summary
 
Methods inherited from class jaxe.equations.element.MathElement
addMathElement, addText, debug, getAscentHeight, getDescentHeight, getFont, getFontMetrics, getFontSize, getHeight, getMathBase, getMathElement, getMathElementCount, getMiddleShift, getParent, getSymbolFont, getSymbolFontMetrics, getSymbolGlyphVector, getText, getWidth, paint, 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

MathRow

public MathRow()