Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual.parsers
Class DoubleParser

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

public class DoubleParser
extends Object
implements ValueParser

Parses a String into a Double object.


Constructor Summary
DoubleParser()
           
 
Method Summary
 Double parseDouble(String value)
           
 Object parseStringValue(String value)
          Parse the argument into an onject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleParser

public DoubleParser()
Method Detail

parseStringValue

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

Specified by:
parseStringValue in interface ValueParser

parseDouble

public Double parseDouble(String value)

www.cytoscape.org