fdda.plugins.xmlwriter
Class ModelWriter

java.lang.Object
  |
  +--fdda.plugins.xmlwriter.ModelWriter

final class ModelWriter
extends Object

Writes the model to the xml file. Delegates graphics writing to the GraphicsWriter.

Author:
Jörg Rüdenauer
See Also:
GraphicsWriter

Method Summary
(package private) static void writeConnection(Connection connection, PrintWriter w)
          Writes connection information
(package private) static void writeNode(Node node, PrintWriter w)
          Writes node information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeNode

static void writeNode(Node node,
                      PrintWriter w)
Writes node information

Parameters:
node - the node
w - the writer

writeConnection

static void writeConnection(Connection connection,
                            PrintWriter w)
Writes connection information

Parameters:
connection - the connection
w - the writer


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.