Cytoscape 2.8.0 API

cytoscape.visual.parsers
Class ObjectPositionParser

java.lang.Object
  extended by cytoscape.visual.parsers.ObjectPositionParser
All Implemented Interfaces:
ValueParser

public class ObjectPositionParser
extends Object
implements ValueParser


Constructor Summary
ObjectPositionParser()
           
 
Method Summary
 ObjectPosition parseStringValue(String value)
          Parse the argument into an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectPositionParser

public ObjectPositionParser()
Method Detail

parseStringValue

public ObjectPosition parseStringValue(String value)
Description copied from interface: ValueParser
Parse the argument into an object. Returns null if the String is not parsable. Object parsed from the given string.

Specified by:
parseStringValue in interface ValueParser

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.