Cytoscape 2.8.0 API

cytoscape.visual.parsers
Class GraphicsParser

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

public class GraphicsParser
extends Object
implements ValueParser


Constructor Summary
GraphicsParser()
           
 
Method Summary
 CyCustomGraphics 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

GraphicsParser

public GraphicsParser()
Method Detail

parseStringValue

public CyCustomGraphics 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.