object.microarray
Class MAGEWriter

java.lang.Object
  extended by object.microarray.MAGEWriter

public class MAGEWriter
extends java.lang.Object

Description: Class to write a nicely formatted MAGE-ML document with appropriate headers.


Field Summary
private  org.biomage.Common.MAGEJava mj
           
private  org.apache.xml.serialize.OutputFormat xmlFormat
           
 
Constructor Summary
MAGEWriter()
           
 
Method Summary
 void setLineWidth(int width)
           
 void write(java.io.Writer wr, org.biomage.Common.MAGEJava mageJava)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mj

private org.biomage.Common.MAGEJava mj

xmlFormat

private org.apache.xml.serialize.OutputFormat xmlFormat
Constructor Detail

MAGEWriter

public MAGEWriter()
Method Detail

write

public void write(java.io.Writer wr,
                  org.biomage.Common.MAGEJava mageJava)

setLineWidth

public void setLineWidth(int width)