|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.test.selenium.utils.ColorUtils
public final class ColorUtils
Provides Color manipulations and functionality.
| Method Summary | |
|---|---|
static Color |
convertToAWTColor(String colorValue)
Converts a string representation of color to AWT Color object. |
static int |
convertToInteger(String colorValue)
Converts a string representation of color to integer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int convertToInteger(String colorValue)
Converts a string representation of color to integer.
Works with two formats:
#09FE4A - hexadecimalrgb(132, 5, 18) - decimal
colorValue - string represented in one of two formats
public static Color convertToAWTColor(String colorValue)
Converts a string representation of color to AWT Color object.
Works with two formats:
#09FE4A - hexadecimalrgb(132, 5, 18) - decimal
colorValue - string represented in one of two formats
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||