fcmodeler.io.xml
Class XMLGraphWriter

java.lang.Object
  |
  +--fcmodeler.io.AbstractGraphWriter
        |
        +--fcmodeler.io.xml.XMLGraphWriter
All Implemented Interfaces:
GraphWriter

public class XMLGraphWriter
extends AbstractGraphWriter

Since:
JDK1.3
Version:
$Revision: 1.6 $
Author:
Julie Dickerson , Zach Cox

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

XMLGraphWriter

public XMLGraphWriter()
Creates new XMLGraphWriter

XMLGraphWriter

public XMLGraphWriter(boolean writeCoordinates,
                      boolean writeMappings,
                      boolean writeTopology)
Method Detail

writeGraph

public void writeGraph(FCModeler fcmodeler,
                       java.io.Writer writer)
Writes the specified graph to the specified output.
Overrides:
writeGraph in class AbstractGraphWriter
Parameters:
graph - the graph to write.
writer - the output where the graph in text format will go.