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(Font f)
           
static String getStringValue(Object o)
          Constructs and returns a String representation of the given Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.


getStringValue

public static String getStringValue(Font f)