cytoscape.visual.parsers
Class ObjectToString
java.lang.Object
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.
ObjectToString
public ObjectToString()
getStringValue
public static String getStringValue(Object o)
- Constructs and returns a String representation of the given Object.