|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.io.AbstractGraphWriter | +--fcmodeler.io.xml.XMLGraphWriter
Constructor Summary | |
XMLGraphWriter()
Creates new XMLGraphWriter |
|
XMLGraphWriter(boolean writeCoordinates,
boolean writeMappings,
boolean writeTopology)
|
Method Summary | |
void |
writeGraph(FCModeler fcmodeler,
java.io.Writer writer)
Writes the specified graph to the specified output. |
Methods inherited from class fcmodeler.io.AbstractGraphWriter |
isWritingCoordinates, isWritingMappings, isWritingTopology, writeCoordinates, writeMappings, writeTopology |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLGraphWriter()
public XMLGraphWriter(boolean writeCoordinates, boolean writeMappings, boolean writeTopology)
Method Detail |
public void writeGraph(FCModeler fcmodeler, java.io.Writer writer)
writeGraph
in class AbstractGraphWriter
graph
- the graph to write.writer
- the output where the graph in text format will go.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |