org.das2.graph
Interface DasSerializeable


public interface DasSerializeable


Method Summary
 org.w3c.dom.Element getDOMElement(org.w3c.dom.Document document)
           
 java.lang.Object processElement(org.w3c.dom.Element element, DasPlot parent, FormBase form)
           
 

Method Detail

getDOMElement

org.w3c.dom.Element getDOMElement(org.w3c.dom.Document document)

processElement

java.lang.Object processElement(org.w3c.dom.Element element,
                                DasPlot parent,
                                FormBase form)
                                throws DasPropertyException,
                                       DasNameException,
                                       java.text.ParseException
Throws:
DasPropertyException
DasNameException
java.text.ParseException