Cytoscape 2.8.0 API

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 ENCODE_PROPERTY
           
static String ENCODING_SCHEME
           
static String newline
           
 
Constructor Summary
CyAttributesWriter(CyAttributes attributes, String attributeName, Writer fileWriter)
          Creates a new CyAttributesWriter2 object.
 
Method Summary
 boolean isDoEncoding()
           
 void setDoEncoding(boolean doEnc)
           
 void writeAttributes()
          Write out the state for the given attributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newline

public static String newline

ENCODE_PROPERTY

public static final String ENCODE_PROPERTY
See Also:
Constant Field Values

ENCODING_SCHEME

public static final String ENCODING_SCHEME
See Also:
Constant Field Values
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

isDoEncoding

public boolean isDoEncoding()

setDoEncoding

public void setDoEncoding(boolean doEnc)

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.