jaxe.equations.element
Class MathTableData

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

public class MathTableData
extends MathElement

This class presents a cell of a table

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

Field Summary
private  java.lang.String columnalign
           
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
MathTableData()
           
 
Method Summary
 java.lang.String getColumnAlign()
           
 void setColumnAlign(java.lang.String s)
           
 
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

columnalign

private java.lang.String columnalign
Constructor Detail

MathTableData

public MathTableData()
Method Detail

setColumnAlign

public void setColumnAlign(java.lang.String s)

getColumnAlign

public java.lang.String getColumnAlign()