|
Cytoscape 2.8.0-alpha1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcytoscape.util.Misc
public class Misc
| Constructor Summary | |
|---|---|
Misc()
|
|
| Method Summary | |
|---|---|
static Vector |
getPropertyValues(Properties props,
String propName)
return the (possibly multiple) value of the specified property as a vector. property values (which typically come from cytoscape.prop files) are usually scalar strings, but may be a list of such strings, surrounded by parentheses, and delimited by the value of a property called 'property.delimiter' (whose value is usually "::") get the property value; check to see if it is a list; parse it if necessary |
static String |
getRGBText(Color color)
Deprecated. Will be removed April, 2011. Use ColorUtil.getColorAsText instead. |
static boolean |
isList(String listString,
String startToken,
String endToken,
String delimiter)
DOCUMENT ME! |
static String[] |
parseList(String listString,
String startToken,
String endToken,
String delimiter)
DOCUMENT ME! |
static Color |
parseRGBText(String colorAsText)
Deprecated. will be removed in April, 2011. use ColorUtil.parseColorText instead. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Misc()
| Method Detail |
|---|
@Deprecated public static Color parseRGBText(String colorAsText)
text - DOCUMENT ME!
@Deprecated public static String getRGBText(Color color)
color - DOCUMENT ME!
public static Vector getPropertyValues(Properties props,
String propName)
public static boolean isList(String listString,
String startToken,
String endToken,
String delimiter)
listString - DOCUMENT ME!startToken - DOCUMENT ME!endToken - DOCUMENT ME!delimiter - DOCUMENT ME!
public static String[] parseList(String listString,
String startToken,
String endToken,
String delimiter)
listString - DOCUMENT ME!startToken - DOCUMENT ME!endToken - DOCUMENT ME!delimiter - DOCUMENT ME!
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||