cytoscape.visual.parsers
Class ObjectToString
java.lang.Object
cytoscape.visual.parsers.ObjectToString
Deprecated. will be removed in May 2011. Use ValueToStringConverterManager.manager.toString(obj) instead.
@Deprecated
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectToString
public ObjectToString()
- Deprecated.
getStringValue
@Deprecated
public static String getStringValue(Object o)
- Deprecated.
- Constructs and returns a String representation of the given Object.
Copyright 2010 Cytoscape Consortium. All rights reserved.