|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uk.ac.ebi.intact.application.hierarchView.business.image.Utilities
This class give some usefull methods
| Constructor Summary | |
Utilities()
|
|
| Method Summary | |
static java.awt.Color |
parseColor(java.lang.String stringColor,
int defaultRed,
int defaultGreen,
int defaultBlue)
Parse a string (number separated by comma) and create a Color Object The string has to be initialized |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Utilities()
| Method Detail |
public static java.awt.Color parseColor(java.lang.String stringColor,
int defaultRed,
int defaultGreen,
int defaultBlue)
stringColor - the string to parsedefaultRed - default RED compositedefaultGreen - default GREEN compositedefaultBlue - default BLUE composite
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||