|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.freehep.xml.util.XMLWriter
hep.aida.ref.xml.AidaStyleXMLWriter
public class AidaStyleXMLWriter
Convert AIDA objects to XML.
| Constructor Summary | |
|---|---|
AidaStyleXMLWriter(Writer writer)
|
|
| Method Summary | |
|---|---|
void |
close()
|
static void |
main(String[] args)
|
void |
plotterStyleToXML(IPlotterStyle style)
|
void |
plotterStyleToXML(IPlotterStyle style,
boolean writeAllParameters)
|
void |
printStyle(IBaseStyle style)
|
static void |
printStyle(IBaseStyle style,
boolean writeAllParameters)
|
static void |
writeToFile(String fileName,
IPlotterStyle style)
|
static void |
writeToFile(String fileName,
IPlotterStyle style,
boolean writeAllParameters)
|
| Methods inherited from class org.freehep.xml.util.XMLWriter |
|---|
closeDoc, closeTag, normalize, normalizeText, openDoc, openDoc, openTag, openTag, print, print, printComment, println, printTag, printTag, referToDTD, referToDTD, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AidaStyleXMLWriter(Writer writer)
throws IOException
IOException| Method Detail |
|---|
public static void writeToFile(String fileName,
IPlotterStyle style)
throws IOException
IOException
public static void writeToFile(String fileName,
IPlotterStyle style,
boolean writeAllParameters)
throws IOException
IOException
public void close()
throws IOException
close in interface org.freehep.xml.util.XMLTagWriterclose in class org.freehep.xml.util.XMLWriterIOExceptionpublic void plotterStyleToXML(IPlotterStyle style)
public void plotterStyleToXML(IPlotterStyle style,
boolean writeAllParameters)
public void printStyle(IBaseStyle style)
public static void printStyle(IBaseStyle style,
boolean writeAllParameters)
public static void main(String[] args)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||