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

cytoscape.visual.parsers
Class ObjectToString

java.lang.Object
  extended by cytoscape.visual.parsers.ObjectToString

public class ObjectToString
extends Object

This class contains a method that does the reverse of the various parsing classes in this package, i.e. turns a Object back into a String representation. Most cases either use the corresponding methods in cytoscape.util.Misc or use the default toString() method of the object.


Constructor Summary
ObjectToString()
           
 
Method Summary
static String getStringValue(Object o)
          Constructs and returns a String representation of the given Object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectToString

public ObjectToString()
Method Detail

getStringValue

public static String getStringValue(Object o)
Constructs and returns a String representation of the given Object.


www.cytoscape.org