Cytoscape 2.5.1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data.writers
Class CyAttributesWriter

java.lang.Object
  extended by cytoscape.data.writers.CyAttributesWriter

public class CyAttributesWriter
extends Object


Constructor Summary
CyAttributesWriter()
           
 
Method Summary
static void writeAttributes(CyAttributes cyAttrs, String attributeName, Writer fileOut)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyAttributesWriter

public CyAttributesWriter()
Method Detail

writeAttributes

public static void writeAttributes(CyAttributes cyAttrs,
                                   String attributeName,
                                   Writer fileOut)
                            throws IOException
DOCUMENT ME!

Parameters:
cyAttrs - DOCUMENT ME!
attributeName - DOCUMENT ME!
fileOut - DOCUMENT ME!
Throws:
IOException - DOCUMENT ME!

www.cytoscape.org