|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ajax4jsf.util.HtmlColor
public class HtmlColor
Constructor Summary | |
---|---|
HtmlColor()
|
Method Summary | |
---|---|
static java.awt.Color |
decode(java.lang.String color)
Decode HTML-attribute style of color to Color |
static java.lang.String |
encodeRGB(java.awt.Color color)
|
static java.lang.Integer |
integerValue(java.lang.String color)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlColor()
Method Detail |
---|
public static java.awt.Color decode(java.lang.String color)
Color
color
- - color name or #RRGGBB string
public static java.lang.Integer integerValue(java.lang.String color)
public static java.lang.String encodeRGB(java.awt.Color color)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |