|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjas.hist.XMLHistBuilder
public class XMLHistBuilder
Create a Plot from an XML file. Reads an XML file describing a Plot and creates or modifies a plot to correspond to the data specified in the XML file.
Constructor Summary | |
---|---|
XMLHistBuilder(Document dom)
Create an XMLHistBuilder from a pre-parsed Document Object Model |
|
XMLHistBuilder(Reader xmlFile,
String fileName)
Create an XMLHistBuilder by reading an XML file |
Method Summary | |
---|---|
PlotPanel |
getPlotPage()
Get a plot page. |
JASHist |
getSoloPlot()
Create a plot using the parsed XML. |
JASHist |
modifyPlot(JASHist theHist)
Modify an existing plot using the parsed XML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLHistBuilder(Reader xmlFile, String fileName) throws JASDOMParser.JASXMLException, XMLNodeTraverser.BadXMLException
xmlFile
- The xmlFile to read.fileName
- The file name (for error messages)
JASDOMParser.JASXMLException
XMLNodeTraverser.BadXMLException
public XMLHistBuilder(Document dom) throws XMLNodeTraverser.BadXMLException
XMLNodeTraverser.BadXMLException
Method Detail |
---|
public JASHist getSoloPlot() throws XMLNodeTraverser.BadXMLException
XMLNodeTraverser.BadXMLException
public JASHist modifyPlot(JASHist theHist) throws XMLNodeTraverser.BadXMLException
XMLNodeTraverser.BadXMLException
public PlotPanel getPlotPage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |