cytoscape.data.writers
Class CyAttributesWriter2
java.lang.Object
cytoscape.data.writers.CyAttributesWriter2
public class CyAttributesWriter2
- extends Object
CyAttributeWriter extracted from AttributeSaverDialog.
|
Method Summary |
void |
writeAttributes()
Write out the state for the given attributes |
newline
public static String newline
CyAttributesWriter2
public CyAttributesWriter2(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