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

cytoscape.data.writers
Class CyAttributesWriter2

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

public class CyAttributesWriter2
extends Object

CyAttributeWriter extracted from AttributeSaverDialog.


Field Summary
static String newline
           
 
Constructor Summary
CyAttributesWriter2(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

CyAttributesWriter2

public CyAttributesWriter2(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