Cytoscape 2.8.0 API

cytoscape.visual.parsers
Class ObjectToString

java.lang.Object
  extended by 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.


Constructor Summary
ObjectToString()
          Deprecated.  
 
Method Summary
static String getStringValue(Object o)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectToString

public ObjectToString()
Deprecated. 
Method Detail

getStringValue

@Deprecated
public static String getStringValue(Object o)
Deprecated. 

Constructs and returns a String representation of the given Object.


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.