cytoscape.data.writers
Class CyAttributesWriter
java.lang.Object
cytoscape.data.writers.CyAttributesWriter
public class CyAttributesWriter
- extends Object
CyAttributeWriter extracted from AttributeSaverDialog.
Method Summary |
void |
writeAttributes()
Write out the state for the given attributes |
newline
public static String newline
CyAttributesWriter
public CyAttributesWriter(CyAttributes attributes,
String attributeName,
Writer fileWriter)
- Creates a new CyAttributesWriter2 object.
- Parameters:
attributes
- DOCUMENT ME!attributeName
- DOCUMENT ME!fileWriter
- DOCUMENT ME!
writeAttributes
public void writeAttributes()
throws IOException
- Write out the state for the given attributes
- Parameters:
selectedRows
-
- Throws:
IOException