com.representqueens.spark.util
Class StringConversion

java.lang.Object
  extended by com.representqueens.spark.util.StringConversion

public final class StringConversion
extends Object

Version:
$Revision: 1.1 $ $Date: 2006-11-20 02:58:38 $
Author:
Larry Ogrodnek

Method Summary
static Color convertColor(String s, Color defValue)
           
static int convertInt(String s, int defValue)
           
static Number[] getData(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getData

public static final Number[] getData(String s)

convertColor

public static final Color convertColor(String s,
                                       Color defValue)

convertInt

public static final int convertInt(String s,
                                   int defValue)