jdbreport.model.math
Class MathML

java.lang.Object
  extended by jdbreport.model.math.MathML

public class MathML
extends Object

Version:
1.0 05.05.2011
Author:
Andrey Kholmanskih

Constructor Summary
MathML()
           
MathML(Reader reader)
           
MathML(String xml)
           
 
Method Summary
 JComponent getComponent()
           
 BufferedImage getImage()
           
 String getXML()
           
 void setXML(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathML

public MathML()

MathML

public MathML(String xml)

MathML

public MathML(Reader reader)
       throws IOException
Throws:
IOException
Method Detail

setXML

public void setXML(String xml)

getXML

public String getXML()

getComponent

public JComponent getComponent()

getImage

public BufferedImage getImage()
                       throws IOException
Throws:
IOException