cytoscape.visual.converter
Class ObjectPositionConverter
java.lang.Object
cytoscape.visual.converter.ObjectPositionConverter
- All Implemented Interfaces:
- ValueToStringConverter
public class ObjectPositionConverter
- extends Object
- implements ValueToStringConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectPositionConverter
public ObjectPositionConverter()
toString
public String toString(Object value)
- Description copied from interface:
ValueToStringConverter
- Convert given value to VizMap compatible string.
- Specified by:
toString
in interface ValueToStringConverter
- Returns:
- VizMap conversion of given object. Otherwise, returns empty String.
getType
public Class<?> getType()
- Description copied from interface:
ValueToStringConverter
- Class supported by this converter.
- Specified by:
getType
in interface ValueToStringConverter
- Returns:
- Class of supported type.
Copyright 2010 Cytoscape Consortium. All rights reserved.