|
|||||||||
| 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.plotter.style.registry.StyleStoreXMLWriter
public class StyleStoreXMLWriter
| Constructor Summary | |
|---|---|
StyleStoreXMLWriter(Writer writer)
|
|
| Method Summary | |
|---|---|
void |
close()
|
static void |
main(String[] args)
|
void |
plotterStyleToXML(IPlotterStyle style)
|
void |
plotterStyleToXML(IPlotterStyle style,
boolean writeAllParameters)
|
void |
storeEntryToXML(String name,
IPlotterStyle style,
IStyleRule rule)
|
void |
storeEntryToXML(String name,
String type,
IPlotterStyle style,
IStyleRule rule)
|
void |
styleRuleToXML(IStyleRule rule)
|
static void |
writeToFile(String fileName,
IStyleStore store)
|
static void |
writeToFile(String fileName,
IStyleStore store,
boolean writeAllParameters)
|
void |
writeXMLStyleStore(IStyleStore store)
|
void |
writeXMLStyleStore(IStyleStore store,
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 StyleStoreXMLWriter(Writer writer)
throws IOException
IOException| Method Detail |
|---|
public static void writeToFile(String fileName,
IStyleStore store)
throws IOException
IOException
public static void writeToFile(String fileName,
IStyleStore store,
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 writeXMLStyleStore(IStyleStore store)
public void writeXMLStyleStore(IStyleStore store,
boolean writeAllParameters)
public void storeEntryToXML(String name,
IPlotterStyle style,
IStyleRule rule)
public void storeEntryToXML(String name,
String type,
IPlotterStyle style,
IStyleRule rule)
public void styleRuleToXML(IStyleRule rule)
public void plotterStyleToXML(IPlotterStyle style)
public void plotterStyleToXML(IPlotterStyle style,
boolean writeAllParameters)
public static void main(String[] args)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||