fdda.plugins.xmlwriter
Class GraphicsWriter

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

final class GraphicsWriter
extends Object

Writes information about the graphical model (java2d) to the xml file

Author:
Jörg Rüdenauer

Method Summary
static void writeLine(Line line, PrintWriter w)
          Writes line information, including points
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

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

Parameters:
node - the node
w - the writer

writeLine

public static void writeLine(Line line,
                             PrintWriter w)
Writes line information, including points

Parameters:
line - the line
w - the writer


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