Cytoscape 2.6.2 (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

CyAttributeWriter extracted from AttributeSaverDialog.


Field Summary
static String newline
           
 
Constructor Summary
CyAttributesWriter(CyAttributes attributes, String attributeName, Writer fileWriter)
          Creates a new CyAttributesWriter2 object.
 
Method Summary
 void writeAttributes()
          Write out the state for the given attributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newline

public static String newline
Constructor Detail

CyAttributesWriter

public CyAttributesWriter(CyAttributes attributes,
                          String attributeName,
                          Writer fileWriter)
Creates a new CyAttributesWriter2 object.

Parameters:
attributes - DOCUMENT ME!
attributeName - DOCUMENT ME!
fileWriter - DOCUMENT ME!
Method Detail

writeAttributes

public void writeAttributes()
                     throws IOException
Write out the state for the given attributes

Parameters:
selectedRows -
Throws:
IOException

www.cytoscape.org