jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.xml
Class JetWebAIDAXMLPlotReader

java.lang.Object
  extended by cedar.jetweb.xml.JetWebAIDAXMLPlotReader
All Implemented Interfaces:
JetWebPlotReader

public class JetWebAIDAXMLPlotReader
extends java.lang.Object
implements JetWebPlotReader


Constructor Summary
JetWebAIDAXMLPlotReader(java.lang.String filename)
          Creates a new instance of JetWebAIDAXMLPlotReader
 
Method Summary
 void fillPlot(DataPlot plot)
           
 java.util.Enumeration<DataPoint> getDataPoints()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetWebAIDAXMLPlotReader

public JetWebAIDAXMLPlotReader(java.lang.String filename)
                        throws JetWebXMLException
Creates a new instance of JetWebAIDAXMLPlotReader

Throws:
JetWebXMLException

Method Detail

getDataPoints

public java.util.Enumeration<DataPoint> getDataPoints()
Specified by:
getDataPoints in interface JetWebPlotReader

fillPlot

public void fillPlot(DataPlot plot)
              throws JetWebException
Specified by:
fillPlot in interface JetWebPlotReader
Throws:
JetWebException