Cytoscape 2.8.0 API

cytoscape.visual.parsers
Interface ValueParser

All Known Implementing Classes:
ArrowParser, ArrowShapeParser, BooleanParser, ColorParser, DoubleParser, FloatParser, FontParser, GraphicsParser, LabelPositionParser, LineStyleParser, NodeShapeParser, ObjectPositionParser, StringParser

public interface ValueParser

Interface to classes that parse a String value into a particular class of object.


Method Summary
 Object parseStringValue(String value)
          Parse the argument into an object.
 

Method Detail

parseStringValue

Object parseStringValue(String value)
Parse the argument into an object. Returns null if the String is not parsable. Object parsed from the given string.


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.