|
Lightweigth HTML Scanner 2.00 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--be.arci.html.HTMLColors
Static helper class for HTML color value interpretation. Because many HTML tags take color attributes, and the decoding of color names and values is quite lengthy and not as straightforward as it seems, we wrote this class to do it for you. It has a single static method getColor(String)
| Method Summary | |
static java.awt.Color |
getColor(java.lang.String sColor)
Convenience method for HTML color value interpretation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static java.awt.Color getColor(java.lang.String sColor)
sColor - The color name or number. May be null or an empty String.
|
Lightweigth HTML Scanner 2.00 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||